| /netbsd-src/external/bsd/liblzf/dist/ |
| H A D | lzf_c.c | 56 # define IDX(h) ((( h >> (3*8 - LZF_HLOG)) - h ) & (HSIZE - 1)) macro 58 # define IDX(h) ((( h >> (3*8 - LZF_HLOG)) - h*5) & (HSIZE - 1)) macro 60 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - LZF_HLOG)) - h*5) & (HSIZE - 1)) macro 76 # define IDX(h) ((h) & (HSIZE - 1)) 146 hslot = htab + IDX (hval); in lzf_compress_r() 239 htab[IDX (hval)] = ip; in lzf_compress_r() 244 htab[IDX (hval)] = ip; in lzf_compress_r() 253 htab[IDX (hval)] = ip; in lzf_compress_r()
|
| /netbsd-src/external/bsd/liblzf/dist/cs/ |
| H A D | CLZF.cs | 139 UInt32 IDX(UInt32 h) in IDX() method in LZF.NET.CLZF 178 hslot = IDX (hval); in lzf_compress() 230 htab[IDX (hval)] = iidx; in lzf_compress() 234 htab[IDX (hval)] = iidx; in lzf_compress()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cfg-flags.def | 32 The format of this file is: DEF_BASIC_BLOCK_FLAG(NAME, IDX). 35 IDX is a sequence number that is used to determine the value 36 of the flag, which is 1 << IDX). 102 The format of this file is: DEF_EDGE_FLAG(NAME, IDX, STRING). 105 IDX is a sequence number that is used to determine the value 106 of the flag, which is 1 << IDX). */
|
| H A D | basic-block.h | 56 #define DEF_EDGE_FLAG(NAME,IDX) EDGE_##NAME = 1 << IDX , argument 169 #define DEF_BASIC_BLOCK_FLAG(NAME,IDX) BB_##NAME = 1 << IDX , argument
|
| H A D | print-rtl-function.cc | 65 #define DEF_EDGE_FLAG(NAME,IDX) \ in print_edge() argument
|
| H A D | cfg.cc | 535 #define DEF_EDGE_FLAG(NAME,IDX) #NAME , in dump_edge_info() argument 785 #define DEF_BASIC_BLOCK_FLAG(NAME,IDX) #NAME , in dump_bb_info() argument
|
| H A D | tree.h | 1070 #define VECTOR_CST_ELT(NODE,IDX) vector_cst_elt (NODE, IDX) argument 1117 #define CONSTRUCTOR_ELT(NODE,IDX) \ argument 1118 (&(*CONSTRUCTOR_ELTS (NODE))[IDX]) 4227 #define FLOATN_TYPE_NODE(IDX) global_trees[TI_FLOATN_TYPE_FIRST + (IDX)] argument 4228 #define FLOATN_NX_TYPE_NODE(IDX) global_trees[TI_FLOATN_NX_TYPE_FIRST + (IDX)] argument 4229 #define FLOATNX_TYPE_NODE(IDX) global_trees[TI_FLOATNX_TYPE_FIRST + (IDX)] argument 4252 #define COMPLEX_FLOATN_NX_TYPE_NODE(IDX) global_trees[TI_COMPLEX_FLOATN_NX_TYPE_FIRST + (IDX)] argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cfg-flags.def | 32 The format of this file is: DEF_BASIC_BLOCK_FLAG(NAME, IDX). 35 IDX is a sequence number that is used to determine the value 36 of the flag, which is 1 << IDX). 102 The format of this file is: DEF_EDGE_FLAG(NAME, IDX, STRING). 105 IDX is a sequence number that is used to determine the value 106 of the flag, which is 1 << IDX). */
|
| H A D | basic-block.h | 56 #define DEF_EDGE_FLAG(NAME,IDX) EDGE_##NAME = 1 << IDX , argument 169 #define DEF_BASIC_BLOCK_FLAG(NAME,IDX) BB_##NAME = 1 << IDX , argument
|
| H A D | print-rtl-function.c | 65 #define DEF_EDGE_FLAG(NAME,IDX) \ in print_edge() argument
|
| H A D | cfg.c | 521 #define DEF_EDGE_FLAG(NAME,IDX) #NAME , in dump_edge_info() argument 749 #define DEF_BASIC_BLOCK_FLAG(NAME,IDX) #NAME , in dump_bb_info() argument
|
| H A D | tree.h | 1046 #define VECTOR_CST_ELT(NODE,IDX) vector_cst_elt (NODE, IDX) argument 1092 #define CONSTRUCTOR_ELT(NODE,IDX) \ argument 1093 (&(*CONSTRUCTOR_ELTS (NODE))[IDX]) 4063 #define FLOATN_TYPE_NODE(IDX) global_trees[TI_FLOATN_TYPE_FIRST + (IDX)] argument 4064 #define FLOATN_NX_TYPE_NODE(IDX) global_trees[TI_FLOATN_NX_TYPE_FIRST + (IDX)] argument 4065 #define FLOATNX_TYPE_NODE(IDX) global_trees[TI_FLOATNX_TYPE_FIRST + (IDX)] argument 4088 #define COMPLEX_FLOATN_NX_TYPE_NODE(IDX) global_trees[TI_COMPLEX_FLOATN_NX_TYPE_FIRST + (IDX)] argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-coff-seh.h | 202 #define PEX64_SCOPE_ENTRY(COUNTOFUNWINDCODES, IDX) \ argument 204 PEX64_SCOPE_ENTRY_SIZE * (IDX))
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-coff-seh.h | 202 #define PEX64_SCOPE_ENTRY(COUNTOFUNWINDCODES, IDX) \ argument 204 PEX64_SCOPE_ENTRY_SIZE * (IDX))
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | section.c | 757 #define STD_SECTION(NAME, IDX, FLAGS) \ argument 758 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS)
|
| H A D | aout-ns32k.c | 198 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \ argument 199 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | section.c | 771 #define STD_SECTION(NAME, IDX, FLAGS) \ argument 772 BFD_FAKE_SECTION(_bfd_std_section[IDX], &global_syms[IDX], NAME, IDX, FLAGS)
|
| H A D | aout-ns32k.c | 198 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \ argument 199 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
|
| H A D | merge.c | 124 #define MAP_OFS(S,IDX) (S)->map_ofs[IDX] argument 127 #define MAP_IDX(S,IDX) (S)->map[IDX].idx argument
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | microfocus | 20 >136 string \x02\x02\x04\x04 Micro Focus Index File (IDX)
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | pe.h | 567 #define PEX64_SCOPE_ENTRY(COUNTOFUNWINDCODES, IDX) \ argument 569 PEX64_SCOPE_ENTRY_SIZE * (IDX))
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | pe.h | 570 #define PEX64_SCOPE_ENTRY(COUNTOFUNWINDCODES, IDX) \ argument 572 PEX64_SCOPE_ENTRY_SIZE * (IDX))
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/ |
| H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument 48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \ 49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \ 50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \ 51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/ |
| H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument 48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \ 49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \ 50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \ 51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1000 ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand)); in computePolynomialFromPointer() local 1001 if (!IDX) in computePolynomialFromPointer() 1003 Indices.push_back(IDX); in computePolynomialFromPointer()
|