Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_wcsxfrm.c16 size_t n1, n2; in tst_wcsxfrm() local
27 n1 = TST_INPUT (wcsxfrm).n1; in tst_wcsxfrm()
29 if (n1 < 0 || sizeof (frm1) < n1 || sizeof (frm2) < n2) in tst_wcsxfrm()
44 ret = wcsxfrm (frm1, org1, n1); /* First call */ in tst_wcsxfrm()
53 if (ret == -1 || ret >= n1 || errno_save != 0) in tst_wcsxfrm()
A Dtst_strxfrm.c17 size_t n1, n2; in tst_strxfrm() local
28 n1 = TST_INPUT (strxfrm).n1; in tst_strxfrm()
31 if (n1 < 0 || sizeof (frm1) < n1 || sizeof (frm2) < n2) in tst_strxfrm()
48 ret = strxfrm (frm1, org1, n1); in tst_strxfrm()
61 if (ret >= n1 || errno != 0) in tst_strxfrm()
A Dtst_types.h289 size_t n1, n2; member
650 int n1, n2; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dlonglong.h121 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
315 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
356 "1" ((USItype) (n1)), \
392 "1" ((UDItype) (n1)), \
469 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
474 "1" ((USItype) (n1)), \
477 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
482 "1" ((USItype) (n1)), \
1033 : "r" ((USItype) (n1)), \
1375 __r1 = (n1) % __d1; \
[all …]
A Dop-4.h351 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
355 umul_ppmm(p2,_t,m,n1); \
/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c103 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 Dlmathlib.c593 lua_Unsigned n1, lua_Unsigned n2) { in setseed() argument
595 state[0] = Int2I(n1); in setseed()
601 lua_pushinteger(L, n1); in setseed()
624 lua_Integer n1 = luaL_checkinteger(L, 1); in math_randomseed() local
626 setseed(L, state->s, n1, n2); in math_randomseed()
A Dldblib.c309 int n1, n2; in db_upvaluejoin() local
310 checkupval(L, 1, 2, &n1); in db_upvaluejoin()
314 lua_upvaluejoin(L, 1, n1, 3, n2); in db_upvaluejoin()
A Dlua.h460 LUA_API void (lua_upvaluejoin) (lua_State *L, int fidx1, int n1,
A Dlvm.c909 lua_Number n1; lua_Number n2; \
910 if (tonumberns(v1, n1) && tonumberns(v2, n2)) { \
911 pc++; setfltvalue(s2v(ra), fop(L, n1, n2)); \
A Dlapi.c1445 LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, in lua_upvaluejoin() argument
1448 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_collate.c301 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
1709 r = (((colitem_t *)n1)->element == NULL) ? -1 : 1; in colelement_cmp()
2088 static int sym_cmp(const void *n1, const void *n2) in sym_cmp() argument
2111 static int weight_cmp(const void *n1, const void *n2) in weight_cmp() argument
2113 const weight_t *w1 = (const weight_t *) n1; 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/libc/stdlib/
A Dstdlib.c574 unsigned int n1; in __XL_NPP() local
631 n1 = ((unsigned char) number) * base + digit; in __XL_NPP()
634 if (number + (n1 >> CHAR_BIT) <= (ULLONG_MAX >> CHAR_BIT)) { in __XL_NPP()
635 number = (number << CHAR_BIT) + n1; in __XL_NPP()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dudiv_qrnnd.s25 ;! n1 gr25
118 extru %r25,30,31,%r25 ;! r25 = new n1
194 extru %r25,30,31,%r25 ;! r25 = new n1
265 ;! We have computed (n1,,n0) / (d + 1), q' = r28, r' = r25
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt35 echo *-*.*.*.so | xargs -n1 | grep -v libpthread | xargs readelf -aW >full_dump.lst

Completed in 35 milliseconds