Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 138) sorted by relevance

123456

/glibc-2.36/intl/
Dplural.y56 enum expression_operator op;
68 new_exp (int nargs, enum expression_operator op,
84 newp->operation = op;
98 new_exp_0 (enum expression_operator op)
100 return new_exp (0, op, NULL);
104 new_exp_1 (enum expression_operator op, struct expression *right)
109 return new_exp (1, op, args);
113 new_exp_2 (enum expression_operator op, struct expression *left,
120 return new_exp (2, op, args);
124 new_exp_3 (enum expression_operator op, struct expression *bexp,
[all …]
/glibc-2.36/include/
Dintprops.h434 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument
438 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
441 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
444 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
447 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
450 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
453 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
456 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
459 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
462 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
[all …]
/glibc-2.36/io/
Dtst-open-tmpfile.c154 check_wrapper_flags_mode (const char *op, wrapper_func wrapper, in check_wrapper_flags_mode() argument
219 op, path, flags, mode); in check_wrapper_flags_mode()
234 check_wrapper_mode (const char *op, wrapper_func wrapper, in check_wrapper_mode() argument
237 check_wrapper_flags_mode (op, wrapper, path, O_WRONLY, mode); in check_wrapper_mode()
238 check_wrapper_flags_mode (op, wrapper, path, O_WRONLY | O_EXCL, mode); in check_wrapper_mode()
239 check_wrapper_flags_mode (op, wrapper, path, O_RDWR, mode); in check_wrapper_mode()
240 check_wrapper_flags_mode (op, wrapper, path, O_RDWR | O_EXCL, mode); in check_wrapper_mode()
245 check_wrapper (const char *op, wrapper_func wrapper, in check_wrapper() argument
248 printf ("info: testing %s at: %s\n", op, path); in check_wrapper()
249 check_wrapper_mode (op, wrapper, path, 0); in check_wrapper()
[all …]
/glibc-2.36/resolv/
Dtst-resolv-edns.c357 res_op_string (enum res_op op) in res_op_string() argument
359 switch (op) in res_op_string()
374 FAIL_EXIT1 ("invalid res_op value %d", (int) op); in res_op_string()
381 do_res_search (const char *probe_name, enum res_op op, size_t size, in do_res_search() argument
386 res_op_string (op), size); in do_res_search()
389 switch (op) in do_res_search()
412 if (op == res_op_querydomain) in do_res_search()
471 for (int op = 0; op <= res_op_last; ++op) in run_test() local
473 do_res_search (probe_name, op, 301, 512); in run_test()
474 do_res_search (probe_name, op, 511, 512); in run_test()
[all …]
Dres_mkquery.c99 __res_context_mkquery (struct resolv_context *ctx, int op, const char *dname, in __res_context_mkquery() argument
120 hp->opcode = op; in __res_context_mkquery()
133 switch (op) in __res_context_mkquery()
154 if (op == QUERY || data == NULL) in __res_context_mkquery()
182 int op, const char *dname, int class, int type, in libc_hidden_def()
189 (ctx, op, dname, class, type, data, buf, buflen); in libc_hidden_def()
207 ___res_nmkquery (res_state statp, int op, const char *dname, in ___res_nmkquery() argument
215 op, dname, class, type, data, buf, buflen); in ___res_nmkquery()
223 ___res_mkquery (int op, const char *dname, int class, int type, in ___res_mkquery() argument
230 op, dname, class, type, data, buf, buflen); in ___res_mkquery()
/glibc-2.36/nptl/
Dfutex-internal.c28 unsigned int expected, int op, in __futex_abstimed_wait_common32() argument
40 return INTERNAL_SYSCALL_CANCEL (futex, futex_word, op, expected, in __futex_abstimed_wait_common32()
44 return INTERNAL_SYSCALL_CALL (futex, futex_word, op, expected, in __futex_abstimed_wait_common32()
52 unsigned int expected, int op, in __futex_abstimed_wait_common64() argument
57 return INTERNAL_SYSCALL_CANCEL (futex_time64, futex_word, op, expected, in __futex_abstimed_wait_common64()
61 return INTERNAL_SYSCALL_CALL (futex_time64, futex_word, op, expected, in __futex_abstimed_wait_common64()
84 int op = __lll_private_flag (FUTEX_WAIT_BITSET | clockbit, private); in __futex_abstimed_wait_common() local
87 err = __futex_abstimed_wait_common64 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
93 err = __futex_abstimed_wait_common64 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
99 err = __futex_abstimed_wait_common32 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
/glibc-2.36/sysdeps/i386/fpu/
De_scalbl.S21 # define MO(op) op##@GOTOFF(%ecx) argument
22 # define MOX(op,x,f) op##@GOTOFF(%ecx,x,f) argument
24 # define MO(op) op argument
25 # define MOX(op,x,f) op(,x,f) argument
De_scalb.S22 # define MO(op) op##@GOTOFF(%ecx) argument
23 # define MOX(op,x,f) op##@GOTOFF(%ecx,x,f) argument
25 # define MO(op) op argument
26 # define MOX(op,x,f) op(,x,f) argument
De_scalbf.S22 # define MO(op) op##@GOTOFF(%ecx) argument
23 # define MOX(op,x,f) op##@GOTOFF(%ecx,x,f) argument
25 # define MO(op) op argument
26 # define MOX(op,x,f) op(,x,f) argument
Ds_cbrtf.S54 #define MO(op) op##@GOTOFF(%ebx) argument
55 #define MOX(op,x) op##@GOTOFF(%ebx,x,1) argument
57 #define MO(op) op argument
58 #define MOX(op,x) op(x) argument
Ds_cbrt.S65 #define MO(op) op##@GOTOFF(%ebx) argument
66 #define MOX(op,x) op##@GOTOFF(%ebx,x,1) argument
68 #define MO(op) op argument
69 #define MOX(op,x) op(x) argument
Ds_cbrtl.S83 #define MO(op) op##@GOTOFF(%ebx) argument
84 #define MOX(op,x) op##@GOTOFF(%ebx,x,1) argument
86 #define MO(op) op argument
87 #define MOX(op,x) op(x) argument
Ds_atan.S14 # define MO(op) op##@GOTOFF(%ecx) argument
16 # define MO(op) op argument
Ds_atanf.S14 # define MO(op) op##@GOTOFF(%ecx) argument
16 # define MO(op) op argument
De_atan2.S14 # define MO(op) op##@GOTOFF(%ecx) argument
16 # define MO(op) op argument
De_atan2f.S14 # define MO(op) op##@GOTOFF(%ecx) argument
16 # define MO(op) op argument
De_asin.S14 # define MO(op) op##@GOTOFF(%ecx) argument
16 # define MO(op) op argument
De_asinf.S16 # define MO(op) op##@GOTOFF(%ecx) argument
18 # define MO(op) op argument
De_exp2.S12 # define MO(op) op##@GOTOFF(%ecx) argument
14 # define MO(op) op argument
Ds_log1p.S23 # define MO(op) op##@GOTOFF(%edx) argument
25 # define MO(op) op argument
Ds_log1pf.S23 # define MO(op) op##@GOTOFF(%edx) argument
25 # define MO(op) op argument
De_exp10.S9 # define MO(op) op##@GOTOFF(%ecx) argument
11 # define MO(op) op argument
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Dmathimpl.h46 # define __inline_mathop(func, op, attrs) \ argument
47 __inline_mathop1(double, func, op, attrs) \
48 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \
49 __inline_mathop1(long double, __CONCAT(func,l), op, attrs)
51 #define __inline_mathop1(float_type,func, op, attrs) \ argument
55 __asm __volatile__ ("f" __STRING(op) "%.x %1, %0" \
231 #define __inline_mathop(func, op, attrs) \ argument
232 __inline_mathop1(double, func, op, attrs) \
233 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \
234 __inline_mathop1(long double, __CONCAT(func,l), op, attrs)
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-quota.c30 const char *op; in check_size() local
34 op = "!="; in check_size()
40 op = "=="; in check_size()
43 prefix, name1, size1, op, name2, size2); in check_size()
/glibc-2.36/rt/
Daio_fsync.c36 __aio_fsync (int op, struct aiocb *aiocbp) in __aio_fsync() argument
38 if (op != O_DSYNC && __builtin_expect (op != O_SYNC, 0)) in __aio_fsync()
52 op == O_SYNC ? LIO_SYNC : LIO_DSYNC) == NULL in __aio_fsync()

123456