/external/tcpdump/ |
D | print-telnet.c | 395 #define FETCH(c, sp, length) \ in telnet_parse() macro 406 FETCH(c, sp, length); in telnet_parse() 409 FETCH(c, sp, length); in telnet_parse() 427 FETCH(x, sp, length); in telnet_parse() 453 FETCH(c, sp, length); in telnet_parse() 458 FETCH(c, sp, length); in telnet_parse() 465 FETCH(c, sp, length); in telnet_parse() 470 FETCH(c, sp, length); in telnet_parse() 477 FETCH(c, sp, length); in telnet_parse() 483 FETCH(x, sp, length); in telnet_parse() [all …]
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | Platform.pm | 319 sub FETCH { subroutine 326 sub FETCH { subroutine 333 sub FETCH { subroutine 340 sub FETCH { subroutine 347 sub FETCH { subroutine 354 sub FETCH { subroutine 361 sub FETCH { subroutine
|
/external/curl/tests/data/ |
D | test841 | 6 FETCH 22 * 123 FETCH (BODY[1] {70} 36 imap://%HOSTIP:%IMAPPORT/841/ -u user:secret -X 'FETCH 123 BODY[1]' 47 A004 FETCH 123 BODY[1]
|
D | test801 | 6 FETCH 28 IMAP FETCH message by MAILINDEX and SECTION 42 A004 FETCH 123 BODY[1]
|
D | test800 | 6 FETCH 31 IMAP FETCH message 45 A004 FETCH 1 BODY[]
|
D | test847 | 6 FETCH 31 IMAP FETCH message 45 A004 UID FETCH 1 BODY[]
|
D | test836 | 6 FETCH 50 A004 FETCH 1 BODY[] 55 B004 FETCH 2 BODY[]
|
D | test1321 | 5 FETCH 52 IMAP FETCH tunneled through HTTP proxy 66 A004 FETCH 1 BODY[]
|
D | test895 | 6 FETCH 46 A004 FETCH 1 BODY[]
|
D | test804 | 42 A004 FETCH 123 BODY[1] 43 A005 FETCH 456 BODY[2.3]
|
D | test1420 | 7 FETCH 33 --libcurl for IMAP FETCH message 50 A004 FETCH 1 BODY[]
|
D | test896 | 6 FETCH
|
D | test818 | 18 * 14 FETCH (FLAGS (\Seen \Deleted))
|
D | test802 | 43 A004 FETCH 123 BODY[TEXT]
|
D | test1552 | 6 FETCH
|
D | test838 | 52 A004 FETCH 1 BODY[]
|
D | test815 | 16 * 123 FETCH (FLAGS (\Seen \Deleted))
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 49 #define FETCH(x) fetch_texel_1d_##x macro 58 #define FETCH(x) fetch_texel_2d_##x macro 66 #define FETCH(x) fetch_texel_3d_##x macro 74 FETCH(x) (const struct swrast_texture_image *texImage, \ 83 FETCH(x) (const struct swrast_texture_image *texImage, \ 188 #undef FETCH
|
/external/elfutils/libelf/ |
D | gelf_xlate.c | 67 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) macro 79 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) macro 99 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \ 100 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \ 101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
|
/external/angle/src/compiler/translator/ |
D | TextureFunctionHLSL.cpp | 129 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in OutputHLSL4SampleFunctionPrefix() 187 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in GetSamplerCoordinateTypeString() 316 TextureFunctionHLSL::TextureFunction::FETCH) // Integer coordinates in OutputTextureFunctionArgumentList() 398 case TextureFunctionHLSL::TextureFunction::FETCH: in OutputTextureFunctionArgumentList() 788 else if (textureFunction.method != TextureFunctionHLSL::TextureFunction::FETCH) in OutputIntegerTextureSampleFunctionComputations() 1010 textureFunction.method != TextureFunctionHLSL::TextureFunction::FETCH) in OutputTextureSampleFunctionReturnStatement() 1156 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in OutputTextureSampleFunctionReturnStatement() 1214 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH)) in OutputTextureSampleFunctionReturnStatement() 1269 case FETCH: in name() 1433 textureFunction.method = TextureFunction::FETCH; in useTextureFunction() [all …]
|
D | TextureFunctionHLSL.h | 39 FETCH, enumerator
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-02-23-DIV8rDefinesAX.ll | 14 %call = tail call fastcc signext i8 @FETCH() ; <i8> [#uses=1] 20 declare fastcc signext i8 @FETCH() nounwind readnone ssp
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-02-23-DIV8rDefinesAX.ll | 14 %call = tail call fastcc signext i8 @FETCH() ; <i8> [#uses=1] 20 declare fastcc signext i8 @FETCH() nounwind readnone ssp
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 718 #define FETCH 0x01 macro 745 { FETCH, 10, 0, 1 }, 746 { FETCH, 1, 0, 1 }, 747 { FETCH, 2, 0, 2 }, 748 { FETCH, 3, 0, 3 }, 752 { FETCH, 12, 0, 0 }, 849 case FETCH: in run_test()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1982 #define FETCH(VAL,INDEX,CHAN)\ macro 2020 FETCH(&r[0], 0, chan_index); in exec_kill_if() 2191 FETCH(&d, regdsrcx, chan); in fetch_assign_deriv_channel() 2196 FETCH(&d, regdsrcx + 1, chan); in fetch_assign_deriv_channel() 2279 FETCH(&r[last], 0, TGSI_CHAN_W); in exec_tex() 2282 FETCH(&r[last], 1, TGSI_CHAN_X); in exec_tex() 2311 FETCH(&r[i], 0, TGSI_CHAN_X + i); in exec_tex() 2321 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4)); in exec_tex() 2375 FETCH(&coords[i], 0, TGSI_CHAN_X + i); in exec_lodq() 2445 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd() [all …]
|