HomeSort by relevance Sort by last modified time
    Searched refs:FETCH (Results 1 - 18 of 18) sorted by null

  /external/tcpdump/
print-telnet.c 115 #define FETCH(c, sp, length) \
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(x, sp, length)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfetch_tmp.h 29 * Texel fetch functions template.
31 * This template file is used by texfetch.c to generate texel fetch functions
48 #define FETCH(x) fetch_texel_1d_##x
56 #define FETCH(x) fetch_texel_2d_##x
64 #define FETCH(x) fetch_texel_3d_##x
73 /* Fetch depth texel from 1D, 2D or 3D 32-bit depth texture,
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
87 /* Fetch depth texel from 1D, 2D or 3D 16-bit depth texture,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
102 /* Fetch texel from 1D, 2D or 3D RGBA_FLOAT32 texture, returning 4 GLfloats
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch_tmp.h 29 * Texel fetch functions template.
31 * This template file is used by texfetch.c to generate texel fetch functions
48 #define FETCH(x) fetch_texel_1d_##x
56 #define FETCH(x) fetch_texel_2d_##x
64 #define FETCH(x) fetch_texel_3d_##x
73 /* Fetch depth texel from 1D, 2D or 3D 32-bit depth texture,
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage,
87 /* Fetch depth texel from 1D, 2D or 3D 16-bit depth texture,
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage,
102 /* Fetch texel from 1D, 2D or 3D RGBA_FLOAT32 texture, returning 4 GLfloats
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 473 #define FETCH(_offset) (insns[(_offset)])
519 pDec->vA = (s2) FETCH(1); // sign-extend 16-bit value
525 pDec->vB = FETCH(1);
530 pDec->vB = (s2) FETCH(1); // sign-extend 16-bit value
539 pDec->vB = FETCH(1);
543 pDec->vB = FETCH(1) & 0xff;
544 pDec->vC = FETCH(1) >> 8;
548 pDec->vB = FETCH(1) & 0xff;
549 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value
555 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit valu
    [all...]
  /external/elfutils/0.153/libelf/
gelf_xlate.c 87 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr)
99 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits)
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/
icount.c 651 #define FETCH 0x01
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/
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.h 96 FETCH,
OutputHLSL.cpp 69 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)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 52 public static final String FETCH = "FETCH";
88 public static final String UID_FETCH = "UID FETCH";
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 59 assertFalse(EXISTS.isDataResponse(1, ImapConstants.FETCH));
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 33 // It's a waste to fetch the file in this case.
101 // the file is dirty (the MD5 is "local"). We should never re-fetch the
212 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);
396 // Give priority to upload tasks over fetch tasks, so that dirty files are
406 DVLOG(1) << "Queuing to fetch: " << local_id;
482 OnTaskComplete(FETCH, local_id, error);
sync_client.h 61 // Adds a fetch task.
64 // Removes a fetch task.
93 FETCH, // Fetch a file from the Drive server.
120 // Performs a FETCH task.
124 // Adds a FETCH task.
152 // Adds fetch tasks.
171 // Used to fetch pinned files.
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 608 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) method in class:ImapFolder
634 * FLAGS - UID FETCH (FLAGS)
635 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
637 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
638 * BODY_SANE - UID FETCH (BODY.PEEK[]<0.N>) where N = max bytes returned
639 * BODY - UID FETCH (BODY.PEEK[])
640 * Part - UID FETCH (BODY.PEEK[ID]) where ID = mime part ID
670 // TODO Why can a single part have more than one Id? And why should we only fetch
689 if (!response.isDataResponse(1, ImapConstants.FETCH)) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 1012 milliseconds