| /src/external/bsd/cron/dist/ |
| job.c | 139 char *within, *t; local 148 within = env_get("CRON_WITHIN", j->e->envp); 149 if (within == NULL) 154 delta = strtol(within, &t, 10);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| context.d | 22 StackContext* within;
|
| threadbase.d | 489 assert(!c.within); 494 c.within = m_curr; 502 assert(m_curr && m_curr.within); 507 m_curr = c.within; 509 c.within = null; 1074 // been suspended from within the same lock. 1281 * Returns the stack top of the currently active stack within the calling 1303 * Returns the stack bottom of the currently active stack within the calling
|
| /src/common/lib/libc/arch/mips/gen/ |
| byte_swap_8.S | 51 dsbh v0, a0 # dwords swap bytes within halfwords 52 dshd v0, v0 # dwords swap halwords within dwords 59 wsbh v1, a0 # word swap bytes within halfwords 60 wsbh v0, a1 # word swap bytes within halfwords
|
| byte_swap_2.S | 64 wsbh a0, a0 # word swap bytes within halfwords
|
| byte_swap_4.S | 64 wsbh a0, a0 # word swap bytes within halfwords
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ppc.h | 137 symbolS *within; 189 symbol_get_tc (dest)->within = symbol_get_tc (src)->within; \ 205 /* Next subsegment to allocate within the segment. */ 136 symbolS *within; member in struct:ppc_tc_sy
|
| tc-ppc.c | 994 however, are all encompassed within the .text, .data or .bss sections 996 subsegments within these main segments. 1024 symbol_get_tc (s->csects)->within = s->csects; 1033 the TOC as a subsegment within the .data segment. We set it up if 2911 symbol_get_tc (sym)->within = ppc_current_csect; 2930 symbol_append (sym, symbol_get_tc (ppc_current_csect)->within, 2933 symbol_get_tc (ppc_current_csect)->within = sym; 2935 /* Some labels like .bs are using within differently. 2937 if (symbol_get_tc (sym)->within == NULL) 2938 symbol_get_tc (sym)->within = ppc_current_csect 6107 symbolS* within = symbol_get_tc (sym)->within; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ppc.h | 136 symbolS *within; 188 symbol_get_tc (dest)->within = symbol_get_tc (src)->within; \ 204 /* Next subsegment to allocate within the segment. */ 135 symbolS *within; member in struct:ppc_tc_sy
|
| tc-ppc.c | 1015 however, are all encompassed within the .text, .data or .bss sections 1017 subsegments within these main segments. 1045 symbol_get_tc (s->csects)->within = s->csects; 1054 the TOC as a subsegment within the .data segment. We set it up if 2947 symbol_get_tc (sym)->within = ppc_current_csect; 2966 symbol_append (sym, symbol_get_tc (ppc_current_csect)->within, 2969 symbol_get_tc (ppc_current_csect)->within = sym; 2971 /* Some labels like .bs are using within differently. 2973 if (symbol_get_tc (sym)->within == NULL) 2974 symbol_get_tc (sym)->within = ppc_current_csect 6149 symbolS* within = symbol_get_tc (sym)->within; local [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-for-break.mk | 8 # This is usually done within a conditional.
|
| dotwait.mk | 10 # only within tests. 18 # Within each test, the names of the sub-targets follow these
|
| /src/usr.sbin/sysinst/ |
| msg.mbr.fr | 108 {The partition needs to start within the Extended Partition}
|
| msg.mbr.es | 109 {The partition needs to start within the Extended Partition}
|
| /src/external/gpl2/xcvs/dist/src/ |
| history.c | 93 * "Field" modifiers apply. -l forces a sort by file within user 206 char *mod; /* The module within which the file is contained */ 217 static int within (char *find, char *string); 322 - If a user is selected at all, sort it first. User-within-file is useless. 1249 within (char *find, char *string) function 1356 if (within (since_tag, hr->rev)) 1369 if (within (backto, hr->file) || within (backto, hr->mod) || 1370 within (backto, hr->repos)) 1441 /* if requested file is found within {repos}/file fields * [all...] |
| /src/sys/arch/x68k/stand/xxboot/ |
| memcmp.S | 108 | b1 == b2 within length
|
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| lib2funcs.S | 1 ; Subroutines for calling unbound dynamic functions from within GDB for HPPA.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| lib2funcs.S | 1 ; Subroutines for calling unbound dynamic functions from within GDB for HPPA.
|
| /src/external/bsd/zstd/dist/contrib/match_finders/ |
| README.md | 18 * sequences to identify the regions within two files where they differ.
|
| /src/sys/arch/m68k/060sp/dist/ |
| isp.doc | 110 to access the functions within the ISP. Since the isp.sa hex file contains 128 the entry code jumps to the appropriate emulation code within the code section. 202 supply new emulation code. This new emulation code should reside within
|
| fpsp.doc | 102 to access the functions within the FPSP. Since the fpsp.sa hex file contains 119 the entry code jumps to the appropriate emulation code within the code section.
|
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| c6x.cc | 3053 rtx_insn *within, *last; 3066 for (within = insn; 3067 (within != NEXT_INSN (end) 3068 && (within == insn || GET_MODE (within) != TImode)); 3069 within = NEXT_INSN (within)) 3072 if (!NONDEBUG_INSN_P (within)) 3074 icode = recog_memoized (within); 3077 if (shadow_p (within)) 3036 rtx_insn *within, *last; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 3052 rtx_insn *within, *last; 3065 for (within = insn; 3066 (within != NEXT_INSN (end) 3067 && (within == insn || GET_MODE (within) != TImode)); 3068 within = NEXT_INSN (within)) 3071 if (!NONDEBUG_INSN_P (within)) 3073 icode = recog_memoized (within); 3076 if (shadow_p (within)) 3035 rtx_insn *within, *last; local [all...] |
| /src/etc/namedb/ |
| bind.keys | 10 # They are not activated within named.conf unless specifically switched on.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_trunc_impl.inc | 80 // The exponent of a is within the range of normal numbers in the
|