HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK (Results 1 - 19 of 19) sorted by relevancy

  /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/common/dist/zlib/win32/
zlib1.rc 21 BLOCK "StringFileInfo"
23 BLOCK "040904E4"
36 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc10/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc11/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc12/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc14/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc17/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/common/dist/zlib/contrib/vstudio/vc9/
zlib.rc 13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
  /src/sys/external/isc/libsodium/dist/builds/msvc/
resource.rc 43 BLOCK "StringFileInfo"
45 BLOCK "040904b0"
56 BLOCK "VarFileInfo"
  /src/games/battlestar/
dayobjs.c 48 {275, BLOCK},
words.c 112 { "diamond", BLOCK, OBJECT, NULL },
113 { "block", BLOCK, OBJECT, NULL },
extern.h 131 #define BLOCK 63
  /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/usr.sbin/npf/npfctl/
npf_scan.l 146 block return BLOCK;
npf_parse.y 108 %token BLOCK
618 : BLOCK block_opts { $$ = $2; }
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.rc 199 BLOCK "StringFileInfo"
201 BLOCK "040904B0"
214 BLOCK "VarFileInfo"
  /src/usr.bin/config/
gram.y 173 %token BLOCK BUILD
509 /* block 33 */
512 | BLOCK int32 { $$ = $2; }
  /src/dist/pf/sbin/pfctl/
parse.y 410 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
565 printf("set block-policy drop\n");
572 printf("set block-policy return\n");
2171 | BLOCK blockspec { $$ = $2; $$.b1 = PF_DROP; }
4109 yyerror("keep state on block rules doesn't make sense");
4900 { "block", BLOCK},
4901 { "block-policy", BLOCKPOLICY},

Completed in 23 milliseconds