| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPAttrType.h | 27 bool single; member in class:LDAPAttrType 75 * Returns true if attribute type allows only single value
|
| /src/sbin/restore/ |
| interactive.c | 440 * Handle single and double quotes. 518 struct afile single; local 530 list = &single; 533 if (strlen(name) - len > single.len) { 534 freename(single.fname); 535 single.fname = savename(&name[len]); 536 single.len = strlen(single.fname);
|
| /src/sys/kern/ |
| bufq_priocscan.c | 281 bool single; /* true if there's only one non-empty queue */ local 307 single = true; 315 single = false; 327 if (single) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-scopedtables.h | 41 struct { tree rhs; } single; member in union:hashable_expr::__anon11429 141 /* Record a single available expression that can be unwound. */ 189 /* Record a single const/copy pair that can be unwound. This version 200 /* Record a single const/copy pair that can be unwound. This version
|
| gimple-match-head.cc | 528 /* If in GIMPLE the operation described by RES_OP should be single-rhs, 1167 /* Return if T has a single use. For GIMPLE, we also allow any 1183 bool single = false; local 1188 if (single) 1190 single = true;
|
| recog.h | 450 const char *single; member in union:insn_data_d::__anon11307 456 const char *single; member in struct:insn_data_d::__anon11308
|
| ssa-iterators.h | 399 /* Return true if VAR has a single nondebug use. */ 405 bool single = false; local 410 if (single) 413 single = true; 416 return single; 419 /* If VAR has only a single immediate nondebug use, return true, and 435 /* If there's a single use, check that it's not a debug stmt. */ 676 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 694 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 711 /* Return the single virtual use operand in STMT if present. Otherwis [all...] |
| dominance.cc | 510 /* This essentially merges the two sets of V and W, giving a single set with 761 which are single entry, multiple exit regions for CDI_DOMINATORs and 762 multiple entry, single exit regions for CDI_POST_DOMINATORs. */ 1241 bool single; local 1260 single = true; 1271 single = false; 1277 if (single 1423 a) if BB has a single predecessor, then its immediate dominator is this
|
| tree-ssa-dom.cc | 62 These structures live for a single iteration of the dominator 753 /* Optimize a single statement within a basic block using the 846 a single loop. */ 1275 /* If we had a single incoming edge from our parent block, then enter 1328 /* If one operand is a single use operand, then make it 1329 X. This will preserve its single use properly and if this 1837 tree single; local 1838 if (query->range_of_expr (r, op, stmt) && r.singleton_p (&single)) 1839 val = single; 1925 equality test if there is only a single value which can eve [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2-fde.h | 46 const struct dwarf_fde *single; member in union:object::__anon11789
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
| huge_pages.c | 303 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) 323 if (single) 389 int i, j, single; local 407 for (single = 0; single <= 1; ++single) { 408 obj = fake_huge_pages_object(i915, combination, !!single); 697 bool single = false; local 709 obj = fake_huge_pages_object(i915, size, single); 789 pr_err("gtt=%u, expected=%u, size=%zd, single=%s\n" 876 int i, single; local [all...] |
| /src/usr.bin/make/ |
| suff.c | 241 /* The empty suffix required for POSIX single-suffix transformation rules */ 490 * suffixes, try a single-suffix transformation as well. 498 Suffix *single = NULL; local 513 single = src; 524 if (single != NULL) { 528 * POSIX; search for "single suffix" or "single-suffix"). 535 *out_src = single; 544 * concatenation of two known suffixes such as ".c.o" or a single suffix 2037 * Create null suffix for single-suffix rules (POSIX). The thin [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| s12z-opc.c | 209 single (struct mem_read_abstraction_base *mra ATTRIBUTE_UNUSED) function 1239 [0x05] = {OP_stop, -1, 0, single, 0, 0}, 1240 [0x06] = {OP_wai, -1, 0, single, 0, 0}, 1241 [0x07] = {OP_sys, -1, 0, single, 0, 0}, 1298 [0x40] = {OP_abs, -1, 0, single, z_reg, 0}, 1299 [0x41] = {OP_abs, -1, 0, single, z_reg, 0}, 1300 [0x42] = {OP_abs, -1, 0, single, z_reg, 0}, 1301 [0x43] = {OP_abs, -1, 0, single, z_reg, 0}, 1302 [0x44] = {OP_abs, -1, 0, single, z_reg, 0}, 1303 [0x45] = {OP_abs, -1, 0, single, z_reg, 0} [all...] |
| arm-dis.c | 430 %y<code> print a single precision VFP reg. 1192 %C print v{st,ld}[1234] single->all operands 2271 /* Vector VCVT between single and half-precision float, bottom half. */ 2277 /* Vector VCVT between single and half-precision float, top half. */ 8150 bool single = ((given >> 8) & 1) == 0; 8151 char reg_prefix = single ? 's' : 'd'; 8154 int reg = single ? ((Vdreg << 1) | Dreg) 8156 int num = (given >> (single ? 0 : 1)) & 0x7f; 8157 int maxreg = single ? 31 : 15; 8176 single ? topreg >> 1 : topreg) 8149 bool single = ((given >> 8) & 1) == 0; local 8407 int single = *c++ == 'y'; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s12z-opc.c | 209 single (struct mem_read_abstraction_base *mra ATTRIBUTE_UNUSED) function 1239 [0x05] = {OP_stop, -1, 0, single, 0, 0}, 1240 [0x06] = {OP_wai, -1, 0, single, 0, 0}, 1241 [0x07] = {OP_sys, -1, 0, single, 0, 0}, 1298 [0x40] = {OP_abs, -1, 0, single, z_reg, 0}, 1299 [0x41] = {OP_abs, -1, 0, single, z_reg, 0}, 1300 [0x42] = {OP_abs, -1, 0, single, z_reg, 0}, 1301 [0x43] = {OP_abs, -1, 0, single, z_reg, 0}, 1302 [0x44] = {OP_abs, -1, 0, single, z_reg, 0}, 1303 [0x45] = {OP_abs, -1, 0, single, z_reg, 0} [all...] |
| arm-dis.c | 430 %y<code> print a single precision VFP reg. 1192 %C print v{st,ld}[1234] single->all operands 2271 /* Vector VCVT between single and half-precision float, bottom half. */ 2277 /* Vector VCVT between single and half-precision float, top half. */ 8150 bool single = ((given >> 8) & 1) == 0; 8151 char reg_prefix = single ? 's' : 'd'; 8154 int reg = single ? ((Vdreg << 1) | Dreg) 8156 int num = (given >> (single ? 0 : 1)) & 0x7f; 8157 int maxreg = single ? 31 : 15; 8176 single ? topreg >> 1 : topreg) 8149 bool single = ((given >> 8) & 1) == 0; local 8407 int single = *c++ == 'y'; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| kvx.h | 139 bfd_reloc_code_real_type single; member in struct:kvx_pseudo_relocs
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| kvx.h | 139 bfd_reloc_code_real_type single; member in struct:kvx_pseudo_relocs
|