/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_wcsxfrm.c | 16 size_t n1, n2; in tst_wcsxfrm() local 28 n2 = TST_INPUT (wcsxfrm).n2; in tst_wcsxfrm() 29 if (n1 < 0 || sizeof (frm1) < n1 || sizeof (frm2) < n2) in tst_wcsxfrm() 63 ret = wcsxfrm (((n2 == 0) ? NULL : frm2), org2, n2); in tst_wcsxfrm() 70 if (n2 == 0 || ret >= n2 || errno != 0) in tst_wcsxfrm()
|
A D | tst_strxfrm.c | 17 size_t n1, n2; in tst_strxfrm() local 29 n2 = TST_INPUT (strxfrm).n2; in tst_strxfrm() 31 if (n1 < 0 || sizeof (frm1) < n1 || sizeof (frm2) < n2) in tst_strxfrm() 72 ret = strxfrm (((n2 == 0) ? NULL : frm2), org2, n2); in tst_strxfrm() 88 if (n2 == 0 || ret >= n2 || errno != 0) in tst_strxfrm()
|
A D | tst_types.h | 289 size_t n1, n2; member 650 int n1, n2; member
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltable.c | 207 static int equalkey (const TValue *k1, const Node *n2, int deadok) { in equalkey() argument 208 if ((rawtt(k1) != keytt(n2)) && /* not the same variants? */ in equalkey() 209 !(deadok && keyisdead(n2) && iscollectable(k1))) in equalkey() 211 switch (keytt(n2)) { in equalkey() 215 return (ivalue(k1) == keyival(n2)); in equalkey() 217 return luai_numeq(fltvalue(k1), fltvalueraw(keyval(n2))); in equalkey() 219 return pvalue(k1) == pvalueraw(keyval(n2)); in equalkey() 221 return fvalue(k1) == fvalueraw(keyval(n2)); in equalkey() 223 return luaS_eqlngstr(tsvalue(k1), keystrval(n2)); in equalkey() 225 return gcvalue(k1) == gcvalueraw(keyval(n2)); in equalkey()
|
A D | lobject.c | 103 lua_Number n1; lua_Number n2; in luaO_rawarith() local 104 if (tonumberns(p1, n1) && tonumberns(p2, n2)) { in luaO_rawarith() 105 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_rawarith() 111 lua_Number n1; lua_Number n2; in luaO_rawarith() local 116 else if (tonumberns(p1, n1) && tonumberns(p2, n2)) { in luaO_rawarith() 117 setfltvalue(res, numarith(L, op, n1, n2)); in luaO_rawarith()
|
A D | lmathlib.c | 593 lua_Unsigned n1, lua_Unsigned n2) { in setseed() argument 597 state[2] = Int2I(n2); in setseed() 602 lua_pushinteger(L, n2); in setseed() 625 lua_Integer n2 = luaL_optinteger(L, 2, 0); in math_randomseed() local 626 setseed(L, state->s, n1, n2); in math_randomseed()
|
A D | ldblib.c | 309 int n1, n2; in db_upvaluejoin() local 311 checkupval(L, 3, 4, &n2); in db_upvaluejoin() 314 lua_upvaluejoin(L, 1, n1, 3, n2); in db_upvaluejoin()
|
A D | lua.h | 461 int fidx2, int n2);
|
A D | lvm.c | 909 lua_Number n1; lua_Number n2; \ 910 if (tonumberns(v1, n1) && tonumberns(v2, n2)) { \ 911 pc++; setfltvalue(s2v(ra), fop(L, n1, n2)); \
|
A D | lapi.c | 1446 int fidx2, int n2) { in lua_upvaluejoin() argument 1449 UpVal **up2 = getupvalref(L, fidx2, n2, NULL); in lua_upvaluejoin()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_collate.c | 301 static int sym_cmp(const void *n1, const void *n2); 381 static int colitem_cmp(const void *n1, const void *n2); 382 static int colelement_cmp(const void *n1, const void *n2); 717 static int col_locale_cmp(const void *n1, const void *n2) in col_locale_cmp() argument 1693 static int colitem_cmp(const void *n1, const void *n2) in colitem_cmp() argument 2088 static int sym_cmp(const void *n1, const void *n2) in sym_cmp() argument 2091 return strcmp((const char *) n1, (const char *) n2); in sym_cmp() 2111 static int weight_cmp(const void *n1, const void *n2) in weight_cmp() argument 2114 const weight_t *w2 = (const weight_t *) n2; in weight_cmp() 2182 static int wi_index_cmp(const void *n1, const void *n2) in wi_index_cmp() argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netax25/ |
A D | ax25.h | 114 unsigned int n2, n2count; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-4.h | 351 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument 357 umul_ppmm(p3,_t,m,n2); \
|