| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-perfsqr.c | 38 The values "(j*others)^2" cover all quadratic residues mod divisor[i], 48 mpz_t alldiv, others, n; local 51 mpz_init (others); 62 mpz_set_ui (others, 1L); 65 mpz_mul_ui (others, others, divisor[j]); 70 mpz_mul_ui (n, others, j); 82 mpz_clear (others);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.y | 529 %token NEW OTHERS FOR 1124 others { $$ = 1; } 1130 others : OTHERS ARROW exp 1129 others : OTHERS ARROW exp label
|
| rust-parse.c | 1284 operation_up others; 1288 others = parse_expr (); 1294 std::move (others), 1283 operation_up others; local
|
| breakpoint.c | 4090 it's safe to delete something others may have handles to?" 5272 affected by this data address as triggered, and all others as not 7070 accept. Skip the others. */ 7139 accept. Skip the others. */ 7148 else /* all others */ 7271 int others = 0; 7274 others += (user_breakpoint_p (&b) 7277 if (others > 0) 7279 if (others == 1) 7281 else /* if (others == ???) * 7267 int others = 0; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.y | 529 %token NEW OTHERS FOR 1124 others { $$ = 1; } 1130 others : OTHERS ARROW exp 1129 others : OTHERS ARROW exp label
|
| rust-parse.c | 1298 operation_up others; 1302 others = parse_expr (); 1308 std::move (others), 1297 operation_up others; local
|
| breakpoint.c | 4101 it's safe to delete something others may have handles to?" 5283 affected by this data address as triggered, and all others as not 7102 accept. Skip the others. */ 7171 accept. Skip the others. */ 7180 else /* all others */ 7303 int others = 0; 7306 others += (user_breakpoint_p (&b) 7309 if (others > 0) 7311 if (others == 1) 7313 else /* if (others == ???) * 7299 int others = 0; local [all...] |
| /src/sys/arch/amd64/include/ |
| fenv.h | 96 uint32_t others[4]; /* EIP, Pointer Selector, etc */ member in struct:__anon925::__anon926
|
| /src/sys/arch/i386/include/ |
| fenv.h | 97 uint32_t others[4]; /* EIP, Pointer Selector, etc */ member in struct:__anon1449::__anon1450
|
| /src/external/bsd/nvi/dist/motif_l/ |
| m_motif.h | 95 optData *others; member in struct:__anon7604
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| aarch64-insn.h | 243 void (*others) (const uint32_t insn, struct aarch64_insn_data *data); member in struct:aarch64_insn_visitor
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| aarch64-insn.h | 243 void (*others) (const uint32_t insn, struct aarch64_insn_data *data); member in struct:aarch64_insn_visitor
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-tree.h | 499 tree others; member in struct:c_arg_info
|
| c-decl.cc | 3441 its type saved; the others will already have had their 8493 ret->others = NULL_TREE; local 8520 tree others = NULL_TREE; 8559 /* Break up the bindings list into parms, tags, types, and others; 8661 DECL_CHAIN (decl) = others; 8662 others = decl; 8689 arg_info->others = others; 10772 for (decl = arg_info->others; decl; decl = DECL_CHAIN (decl))
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-tree.h | 447 tree others; member in struct:c_arg_info
|
| c-decl.cc | 3250 its type saved; the others will already have had their 7987 ret->others = NULL_TREE; 8013 tree others = NULL_TREE; 8052 /* Break up the bindings list into parms, tags, types, and others; 8151 DECL_CHAIN (decl) = others; 8152 others = decl; 8179 arg_info->others = others; 9831 for (decl = arg_info->others; decl; decl = DECL_CHAIN (decl)) 7986 tree others = NULL_TREE; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 3111 auto_vec<dt_node *> others; local 3160 others.safe_push (kids[i]); 3165 others.safe_push (kids[i]); 3177 fns, generic_fns, preds, others); 3185 others.truncate (0); 3195 fns, generic_fns, preds, others); 3207 const vec<dt_node *> &others) 3436 for (unsigned i = 0; i < others.length (); ++i) 3437 others[i]->gen (f, indent, gimple, depth); 4493 "same number of entries as others used in the pattern") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 2935 auto_vec<dt_node *> others; local 2976 others.safe_push (kids[i]); 2981 others.safe_push (kids[i]); 2991 fns, generic_fns, preds, others); 2999 others.truncate (0); 3007 fns, generic_fns, preds, others); 3019 const vec<dt_node *> &others) 3234 for (unsigned i = 0; i < others.length (); ++i) 3235 others[i]->gen (f, indent, gimple, depth); 4260 "same number of entries as others used in the pattern") [all...] |