| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| clzsi2.S | 42 * Basic block: 50 #define BLOCK(shift) \ 55 BLOCK(16) 56 BLOCK(8) 57 BLOCK(4) 58 BLOCK(2) 61 * The basic block invariants at this point are (r0 >> 2) == 0 and
|
| clzdi2.S | 64 * Basic block: 71 #define BLOCK(shift) \ 76 BLOCK(16) 77 BLOCK(8) 78 BLOCK(4) 79 BLOCK(2) 82 * The basic block invariants at this point are (r0 >> 2) == 0 and
|
| /src/external/bsd/unbound/dist/winrc/ |
| rsrc_anchorupd.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_unbound_anchor.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_unbound_checkconf.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_unbound_control.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_unbound_host.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_svcinst.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_svcuninst.rc | 18 BLOCK "StringFileInfo" 20 BLOCK "040904E4" 32 BLOCK "VarFileInfo"
|
| rsrc_unbound.rc | 24 BLOCK "StringFileInfo" 26 BLOCK "040904E4" 38 BLOCK "VarFileInfo"
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mkrc.pl | 49 BLOCK "StringFileInfo" 51 BLOCK "040904b0" 69 BLOCK "VarFileInfo"
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mkrc.pl | 49 BLOCK "StringFileInfo" 51 BLOCK "040904b0" 69 BLOCK "VarFileInfo"
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.rc | 65 BLOCK "StringFileInfo" 67 BLOCK "040904b0" 79 BLOCK "VarFileInfo"
|
| /src/external/public-domain/xz/dist/src/common/ |
| common_w32res.rc | 35 BLOCK "StringFileInfo" 37 BLOCK "040904b0" 48 BLOCK "VarFileInfo"
|
| /src/external/gpl2/libmalloc/dist/ |
| malloc-find.c | 3 /* Find the starting address of a malloc'd block, from anywhere inside it. 36 __malloc_size_t block = BLOCK (ptr); local 37 int type = _heapinfo[block].busy.type; 42 __malloc_ptrdiff_t sizevalue = _heapinfo[block].busy.info.size; 47 block += sizevalue; 49 /* BLOCK is now the first block of the object. 51 return ADDRESS (block); 55 /* Get the size of fragments in this block. * [all...] |
| malloc.c | 36 /* Pointer to the base of the first block. */ 39 /* Block information table. Allocated with align/__free (not malloc/free). */ 109 /* Account for the _heapinfo block itself in the statistics. */ 133 if ((__malloc_size_t) BLOCK ((char *) result + size) > heapsize) 136 while ((__malloc_size_t) BLOCK ((char *) result + size) > newsize) 148 newinfo[BLOCK (oldinfo)].busy.type = 0; 149 newinfo[BLOCK (oldinfo)].busy.info.size 152 /* Account for the _heapinfo block itself in the statistics. */ 159 _heaplimit = BLOCK ((char *) result + size); 169 __malloc_size_t block, blocks, lastblocks, start local [all...] |
| /src/crypto/external/bsd/heimdal/dist/windows/ |
| version.rc | 118 BLOCK "StringFileInfo" 120 BLOCK "040904E4" 145 BLOCK "VarFileInfo"
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| mkrc.pl | 68 BLOCK "StringFileInfo" 70 BLOCK "040904b0" 88 BLOCK "VarFileInfo"
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rand-fortuna.c | 99 #define BLOCK 32 101 /* cipher block size */ 112 unsigned char key[BLOCK]; 253 unsigned char buf[BLOCK]; 270 md_update(&key_md, buf, BLOCK); 278 md_update(&key_md, st->key, BLOCK); 287 ciph_init(&st->ciph, st->key, BLOCK); 307 if (st->rnd_pos >= BLOCK) 320 unsigned char hash[BLOCK]; 335 md_update(&st->pool[pos], hash, BLOCK); [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| inlining-iterator.h | 72 tree block = m_abstract_origin; 73 m_callsite = BLOCK_SOURCE_LOCATION (block); 75 block = BLOCK_SUPERCONTEXT (block); 76 while (block && TREE_CODE (block) == BLOCK 77 && BLOCK_ABSTRACT_ORIGIN (block)) 79 tree ao = BLOCK_ABSTRACT_ORIGIN (block); 85 else if (TREE_CODE (ao) != BLOCK) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| unwind-on-each-insn-amd64-2.s | 8 # BLOCK 2 seq:0 33 # BLOCK 2 seq:0
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| unwind-on-each-insn-amd64-2.s | 8 # BLOCK 2 seq:0 33 # BLOCK 2 seq:0
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| argon2.c | 134 } BLOCK; 173 BLOCK *memory; 229 static void init_block_value(BLOCK *b, uint8_t in); 230 static void copy_block(BLOCK *dst, const BLOCK *src); 231 static void xor_block(BLOCK *dst, const BLOCK *src); 232 static void load_block(BLOCK *dst, const void *input); 233 static void store_block(void *output, const BLOCK *src); 235 static void fill_block(const BLOCK *prev, const BLOCK *ref, BLOCK *next [all...] |
| /src/external/bsd/pcc/dist/pcc/driver/ |
| list.c | 40 #define BLOCK 4096 /* buffer size increments */ 157 l->buflen += BLOCK;
|
| /src/games/battlestar/ |
| dayobjs.c | 48 {275, BLOCK},
|