Searched refs:FETCH (Results 1 - 12 of 12) sorted by relevance

/external/tcpdump/
H A Dprint-telnet.c115 #define FETCH(c, sp, length) \ macro
126 FETCH(c, sp, length);
129 FETCH(c, sp, length);
147 FETCH(x, sp, length);
171 FETCH(c, sp, length);
176 FETCH(c, sp, length);
183 FETCH(c, sp, length);
188 FETCH(c, sp, length);
195 FETCH(c, sp, length);
201 FETCH(
224 #undef FETCH macro
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch_tmp.h48 #define FETCH(x) fetch_texel_1d_##x macro
56 #define FETCH(x) fetch_texel_2d_##x macro
64 #define FETCH(x) fetch_texel_3d_##x macro
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage,
175 static void FETCH(f_alpha_f3
1572 #undef FETCH macro
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch_tmp.h48 #define FETCH(x) fetch_texel_1d_##x macro
56 #define FETCH(x) fetch_texel_2d_##x macro
64 #define FETCH(x) fetch_texel_3d_##x macro
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage,
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage,
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage,
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage,
175 static void FETCH(f_alpha_f3
1572 #undef FETCH macro
[all...]
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.c87 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) macro
99 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) macro
119 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
120 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
121 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c651 #define FETCH 0x01 macro
678 { FETCH, 10, 0, 1 },
679 { FETCH, 1, 0, 1 },
680 { FETCH, 2, 0, 2 },
681 { FETCH, 3, 0, 3 },
685 { FETCH, 12, 0, 0 },
777 case FETCH:
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\ macro
1646 FETCH(&r[0], 0, chan_index);
1760 FETCH(&r[3], 0, TGSI_CHAN_W);
1774 FETCH(&r[0], 0, TGSI_CHAN_X);
1786 FETCH(&r[0], 0, TGSI_CHAN_X);
1787 FETCH(&r[2], 0, TGSI_CHAN_Z);
1803 FETCH(&r[0], 0, TGSI_CHAN_X);
1804 FETCH(&r[1], 0, TGSI_CHAN_Y);
1805 FETCH(&r[2], 0, TGSI_CHAN_Z);
1820 FETCH(
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\ macro
1646 FETCH(&r[0], 0, chan_index);
1760 FETCH(&r[3], 0, TGSI_CHAN_W);
1774 FETCH(&r[0], 0, TGSI_CHAN_X);
1786 FETCH(&r[0], 0, TGSI_CHAN_X);
1787 FETCH(&r[2], 0, TGSI_CHAN_Z);
1803 FETCH(&r[0], 0, TGSI_CHAN_X);
1804 FETCH(&r[1], 0, TGSI_CHAN_Y);
1805 FETCH(&r[2], 0, TGSI_CHAN_Z);
1820 FETCH(
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client.cc212 SyncTasks::iterator it = tasks_.find(SyncTasks::key_type(FETCH, local_id));
220 OnTaskComplete(FETCH, local_id, FILE_ERROR_ABORT);
272 AddTask(SyncTasks::key_type(FETCH, local_id), task, delay);
482 OnTaskComplete(FETCH, local_id, error);
H A Dsync_client.h93 FETCH, // Fetch a file from the Drive server. enumerator in enum:drive::internal::SyncClient::SyncType
120 // Performs a FETCH task.
124 // Adds a FETCH task.
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.h96 FETCH, enumerator in enum:sh::OutputHLSL::TextureFunction::Method
H A DOutputHLSL.cpp69 case FETCH: name += "Fetch"; break;
636 if (textureFunction->method == TextureFunction::FETCH) // Integer coordinates
692 case TextureFunction::FETCH: out << ", int mip"; break;
798 textureFunction->method != TextureFunction::FETCH)
967 textureFunction->method == TextureFunction::FETCH)
997 textureFunction->method == TextureFunction::FETCH)
1007 if (textureFunction->method != TextureFunction::FETCH)
1117 textureFunction->method == TextureFunction::FETCH)
2096 textureFunction.method = TextureFunction::FETCH;
2100 textureFunction.method = TextureFunction::FETCH;
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 616 milliseconds