| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| 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
|
| 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
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| list.c | 40 #define BLOCK 4096 /* buffer size increments */ 157 l->buflen += BLOCK;
|
| /src/common/dist/zlib/examples/ |
| gznorm.c | 76 // level of deflate blocks. This enables clearing the last-block bit, shifting 80 // is terminated with a 10-bit empty fixed block. If any members on the input 81 // end with a 10-bit empty fixed block, then that block is excised from the 84 // input. The pad bits after stored block headers and after the final deflate 85 // block are all forced to zeros. 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 101 BLOCK, // reading deflate blocks 110 // block, or extra flags, and OS is marked as unknown). 119 int prev; // number of bits from previous block i [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| color.cpp | 57 const int BLOCK = 128; 58 free_list = (color *)new char[sizeof(color)*BLOCK]; 59 for (int i = 0; i < BLOCK - 1; i++) 61 free_list[BLOCK-1].next = 0;
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gznorm.c | 76 // level of deflate blocks. This enables clearing the last-block bit, shifting 80 // is terminated with a 10-bit empty fixed block. If any members on the input 81 // end with a 10-bit empty fixed block, then that block is excised from the 84 // input. The pad bits after stored block headers and after the final deflate 85 // block are all forced to zeros. 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 101 BLOCK, // reading deflate blocks 110 // block, or extra flags, and OS is marked as unknown). 119 int prev; // number of bits from previous block i [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gznorm.c | 76 // level of deflate blocks. This enables clearing the last-block bit, shifting 80 // is terminated with a 10-bit empty fixed block. If any members on the input 81 // end with a 10-bit empty fixed block, then that block is excised from the 84 // input. The pad bits after stored block headers and after the final deflate 85 // block are all forced to zeros. 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 101 BLOCK, // reading deflate blocks 110 // block, or extra flags, and OS is marked as unknown). 119 int prev; // number of bits from previous block i [all...] |
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gznorm.c | 76 // level of deflate blocks. This enables clearing the last-block bit, shifting 80 // is terminated with a 10-bit empty fixed block. If any members on the input 81 // end with a 10-bit empty fixed block, then that block is excised from the 84 // input. The pad bits after stored block headers and after the final deflate 85 // block are all forced to zeros. 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 101 BLOCK, // reading deflate blocks 110 // block, or extra flags, and OS is marked as unknown). 119 int prev; // number of bits from previous block i [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gznorm.c | 76 // level of deflate blocks. This enables clearing the last-block bit, shifting 80 // is terminated with a 10-bit empty fixed block. If any members on the input 81 // end with a 10-bit empty fixed block, then that block is excised from the 84 // input. The pad bits after stored block headers and after the final deflate 85 // block are all forced to zeros. 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 101 BLOCK, // reading deflate blocks 110 // block, or extra flags, and OS is marked as unknown). 119 int prev; // number of bits from previous block i [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Template.h | 516 #define BLOCK(DERIVED, BASE)
|
| /src/external/bsd/zstd/dist/tests/fuzz/ |
| fuzz.py | 36 BLOCK = 2 51 'block_round_trip': TargetInfo(InputType.RAW_DATA, FrameType.BLOCK), 54 'block_decompress': TargetInfo(InputType.COMPRESSED_DATA, FrameType.BLOCK), 759 if info.frame_type == FrameType.BLOCK: 762 '--max-block-size-log={}'.format(min(args.max_size_log, 17))
|
| /src/external/gpl2/libmalloc/dist/ |
| malloc.h | 100 /* Re-allocate the previously allocated block 101 in __ptr_t, making the new block SIZE bytes long. */ 105 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 120 receive a fragment of a block. Fragment sizes are powers of two, 121 and all fragments of a block are the same size. When all the 122 fragments in a block have been freed, the block itself is freed. */ 136 /* Data structure giving per-block information. */ 139 /* Heap information for a busy block. */ 149 __malloc_size_t nfree; /* Free frags in a fragmented block. * [all...] |
| gmalloc.c | 102 /* Re-allocate the previously allocated block 103 in __ptr_t, making the new block SIZE bytes long. */ 107 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 122 receive a fragment of a block. Fragment sizes are powers of two, 123 and all fragments of a block are the same size. When all the 124 fragments in a block have been freed, the block itself is freed. */ 138 /* Data structure giving per-block information. */ 141 /* Heap information for a busy block. */ 151 __malloc_size_t nfree; /* Free frags in a fragmented block. * 515 __malloc_size_t block, blocks, lastblocks, start; local 764 __malloc_size_t block, blocks; local 1090 __malloc_size_t block, blocks, oldlimit; local [all...] |
| /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/cp/ |
| name-lookup.h | 191 sk_block = 0, /* An ordinary block scope. This enumerator must 199 sk_try, /* A try-block. */ 200 sk_catch, /* A catch-block. */ 205 sk_stmt_expr, /* GNU statement expression block. */ 218 sk_omp, /* An OpenMP structured block. */ 271 a chain of BLOCK nodes for all the levels 298 /* True means make a BLOCK for this level regardless of all else. */ 368 BLOCK = 1 << 0, /* Consider block scopes. */ 372 ALL = BLOCK | CLASS | NAMESPACE [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 191 sk_block = 0, /* An ordinary block scope. This enumerator must 199 sk_try, /* A try-block. */ 200 sk_catch, /* A catch-block. */ 217 sk_omp /* An OpenMP structured block. */ 269 a chain of BLOCK nodes for all the levels 296 /* true means make a BLOCK for this level regardless of all else. */ 365 BLOCK = 1 << 0, /* Consider block scopes. */ 369 ALL = BLOCK | CLASS | NAMESPACE, 370 BLOCK_NAMESPACE = BLOCK | NAMESPACE [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| GlobalModuleIndex.cpp | 43 /// The block containing the index. 163 // Entries in the global index block are handled below. 266 /// The main bitstream cursor for the main block. 438 /// Write the block-info block for the global module index file. 475 // Emit the block name if present. 498 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) 500 BLOCK(GLOBAL_INDEX_BLOCK); 505 #undef BLOCK 586 // Found the control block [all...] |
| ASTWriter.cpp | 556 // Emit the block name if present. 711 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) 714 // Control Block. 715 BLOCK(CONTROL_BLOCK); 726 BLOCK(OPTIONS_BLOCK); 733 BLOCK(INPUT_FILES_BLOCK); 737 // AST Top-Level Block. 738 BLOCK(AST_BLOCK); 793 // SourceManager Block. 794 BLOCK(SOURCE_MANAGER_BLOCK) [all...] |
| /src/external/gpl2/groff/dist/src/devices/grotty/ |
| tty.cpp | 178 const int BLOCK = 1024; 179 free_list = (glyph *)new char[sizeof(glyph) * BLOCK]; 180 for (int i = 0; i < BLOCK - 1; i++) 182 free_list[BLOCK - 1].next = 0;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 137 BLOCK = 338, /* BLOCK */ 242 #define BLOCK 338
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 137 BLOCK = 338, /* BLOCK */ 242 #define BLOCK 338
|
| /src/games/battlestar/ |
| extern.h | 131 #define BLOCK 63
|
| /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/gpl3/binutils/dist/ld/ |
| ldgram.h | 27 #define BLOCK 280
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.h | 80 BLOCK = 281, /* BLOCK */ 225 #define BLOCK 281
|