Searched refs:BLOCK (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S39 #define BLOCK(shift) \ define
44 BLOCK(16)
45 BLOCK(8)
46 BLOCK(4)
47 BLOCK(2)
H A Dclzdi2.S59 #define BLOCK(shift) \ define
64 BLOCK(16)
65 BLOCK(8)
66 BLOCK(4)
67 BLOCK(2)
/freebsd-11-stable/crypto/openssl/util/
H A Dmkrc.pl46 BLOCK "StringFileInfo"
48 BLOCK "040904b0"
66 BLOCK "VarFileInfo"
/freebsd-11-stable/contrib/gcc/
H A Dc-gimplify.c134 BLOCK is either a BLOCK representing the scope or a chain of _DECLs.
135 In the latter case, we need to create a new BLOCK and add it to the
147 else if (TREE_CODE (block) == BLOCK)
156 block = make_node (BLOCK);
H A Dtree-browser.c233 if (head && TREE_CODE (head) == BLOCK)
240 if (head && TREE_CODE (head) == BLOCK)
247 if (head && TREE_CODE (head) == BLOCK)
347 else if (head && TREE_CODE (head) == BLOCK)
566 if (head && TREE_CODE (head) == BLOCK)
H A Dtree-inline.c143 /* Remap DECL during the copying of the BLOCK tree for the function. */
382 /* Copy the BLOCK to contain remapped versions of the variables
394 new_block = make_node (BLOCK);
1596 case BLOCK:
2065 id->block = make_node (BLOCK);
2092 gcc_assert (TREE_CODE (DECL_INITIAL (fn)) == BLOCK);
H A Dtree-pretty-print.c1860 case BLOCK:
1863 pp_string (buffer, "BLOCK");
1876 if (TREE_CODE (BLOCK_SUPERCONTEXT (node)) == BLOCK)
1877 pp_printf (buffer, "BLOCK %p",
1907 if (TREE_CODE (BLOCK_ABSTRACT_ORIGIN (node)) == BLOCK)
1908 pp_printf (buffer, "BLOCK %p",
2642 pp_string (buffer, "# BLOCK ");
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dcolor.cpp55 const int BLOCK = 128; local
56 free_list = (color *)new char[sizeof(color)*BLOCK];
57 for (int i = 0; i < BLOCK - 1; i++)
59 free_list[BLOCK-1].next = 0;
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_subr.c192 DPRINTF(BLOCK, ("%s: read from block %jx vp %p\n", __func__,
210 DPRINTF(BLOCK, ("%s: vp:%p lbn:%#jx\n", __func__, NTOV(node),
234 DPRINTF(BLOCK, ("%s: vp:%p lbn:%#jx\n", __func__, NTOV(node),
281 DPRINTF(BLOCK, ("%s: vp:%p lbn:%#jx\n", __func__, NTOV(node),
319 DPRINTF(BLOCK, ("%s: vp:%p lbn:%#jx\n", __func__, NTOV(node),
1066 DPRINTF(BLOCK, ("%s: performing erase at offset %jx size %zx\n",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes,
68 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY).
70 // For each END_(BLOCK|LOOP|TRY), the corresponding BLOCK|LOOP|TRY.
109 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false,
206 /// Insert a BLOCK marker for branches to MBB (if needed).
217 // predecessors so that we minimize the time that the BLOCK is on the stack,
260 // Decide where in Header to put the BLOCK.
262 // Instructions that should go before the BLOCK
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c59 enum { PASS, BLOCK }; enumerator in enum:__anon5
600 e->pfi.pfik_bytes[IPV4][IN][BLOCK];
608 e->pfi.pfik_bytes[IPV4][OUT][BLOCK];
616 e->pfi.pfik_packets[IPV4][IN][BLOCK];
624 e->pfi.pfik_packets[IPV4][OUT][BLOCK];
632 e->pfi.pfik_bytes[IPV6][IN][BLOCK];
640 e->pfi.pfik_bytes[IPV6][OUT][BLOCK];
648 e->pfi.pfik_packets[IPV6][IN][BLOCK];
656 e->pfi.pfik_packets[IPV6][OUT][BLOCK];
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c245 typedef char BLOCK; typedef
255 BLOCK *at_location;
258 BLOCK *at_mod_fund_type;
260 BLOCK *at_mod_u_d_type;
262 BLOCK *at_subscr_data;
266 BLOCK *at_element_list;
273 BLOCK *at_discr_value;
274 BLOCK *at_string_length;
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp176 const int BLOCK = 1024; local
177 free_list = (glyph *)new char[sizeof(glyph) * BLOCK];
178 for (int i = 0; i < BLOCK - 1; i++)
180 free_list[BLOCK - 1].next = 0;
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c83 K(BEDIT), { "BEGIN", BEG }, K(BITMAP), K(BLOCK), K(BUTTON),
855 else if (ch == BLOCK)
871 rcparse_warning ("BLOCK expects a string as argument.");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp88 case WebAssembly::BLOCK:
H A DWebAssemblyMCTargetDesc.h575 case WebAssembly::BLOCK:
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y128 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
874 | BLOCK '(' exp ')'
992 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp498 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) macro
500 BLOCK(GLOBAL_INDEX_BLOCK);
505 #undef BLOCK macro
H A DASTWriter.cpp679 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) macro
683 BLOCK(CONTROL_BLOCK);
694 BLOCK(OPTIONS_BLOCK);
701 BLOCK(INPUT_FILES_BLOCK);
706 BLOCK(AST_BLOCK);
761 BLOCK(SOURCE_MANAGER_BLOCK);
769 BLOCK(PREPROCESSOR_BLOCK);
777 BLOCK(SUBMODULE_BLOCK);
798 BLOCK(COMMENTS_BLOCK);
802 BLOCK(DECLTYPES_BLOC
937 #undef BLOCK macro
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c1368 CHECK_AND_SET_VAL(block, 8, -1, vlarb.block_num, VLA, BLOCK);
1389 CHECK_AND_SET_VAL(block, 16, -1, pktr.block_num, PKEY, BLOCK);
1408 CHECK_AND_SET_VAL(block, 16, -1, lftr.block_num, LFTR, BLOCK);
1446 CHECK_AND_SET_VAL(block, 16, -1, mftr.position_block_num, MFTR, BLOCK);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h480 #define BLOCK(DERIVED, BASE) macro
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c297 } BLOCK; typedef in typeref:struct:block
300 BLOCK *blocks;
301 BLOCK *freeBlocks;
6518 BLOCK *p = pool->blocks;
6520 BLOCK *tem = p->next;
6534 BLOCK *p = pool->blocks;
6536 BLOCK *tem = p->next;
6542 BLOCK *tem = p->next;
6625 ** return offsetof(BLOCK, s) + blockSize * sizeof(XML_Char);
6642 = (int)(offsetof(BLOCK,
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm72 =item mapwords BLOCK ARRAY
74 This is like perl's map only it calls BLOCK only on elements which are not
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm99 =item mapwords BLOCK ARRAY
101 This is like perl's map only it calls BLOCK only on elements which are not
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp2542 enum { BLOCK = 1024 }; enumerator in enum:tab::__anon1738
2554 free_list = (tab *)new char[sizeof(tab)*BLOCK];
2555 for (int i = 0; i < BLOCK - 1; i++)
2557 free_list[BLOCK-1].next = 0;

Completed in 1304 milliseconds

12