Searched refs:READ (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.c452 READ(8, rbug_texture_t, texture); /* texture */
479 READ(8, rbug_texture_t, texture); /* texture */
480 READ(4, uint32_t, face); /* face */
481 READ(4, uint32_t, level); /* level */
482 READ(4, uint32_t, zslice); /* zslice */
483 READ(4, uint32_t, x); /* x */
484 READ(4, uint32_t, y); /* y */
485 READ(4, uint32_t, w); /* w */
486 READ(4, uint32_t, h); /* h */
488 READ(
[all...]
H A Drbug_context.c512 READ(8, rbug_context_t, context); /* context */
539 READ(8, rbug_context_t, context); /* context */
540 READ(4, rbug_block_t, block); /* block */
567 READ(8, rbug_context_t, context); /* context */
568 READ(4, rbug_block_t, step); /* step */
595 READ(8, rbug_context_t, context); /* context */
596 READ(4, rbug_block_t, unblock); /* unblock */
623 READ(8, rbug_context_t, context); /* context */
624 READ(8, rbug_shader_t, vertex); /* vertex */
625 READ(
[all...]
H A Drbug_internal.h79 #define READ(size, type, name) \ macro
90 READ(4, uint32_t, name##_len); \
H A Drbug_shader.c321 READ(8, rbug_context_t, context); /* context */
348 READ(8, rbug_context_t, context); /* context */
349 READ(8, rbug_shader_t, shader); /* shader */
376 READ(8, rbug_context_t, context); /* context */
377 READ(8, rbug_shader_t, shader); /* shader */
378 READ(1, uint8_t, disable); /* disable */
405 READ(8, rbug_context_t, context); /* context */
406 READ(8, rbug_shader_t, shader); /* shader */
434 READ(4, uint32_t, serial); /* serial */
462 READ(
[all...]
H A Drbug_core.c287 READ(4, uint32_t, error); /* error */
314 READ(4, uint32_t, serial); /* serial */
341 READ(4, uint32_t, serial); /* serial */
342 READ(4, uint32_t, error); /* error */
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.c452 READ(8, rbug_texture_t, texture); /* texture */
479 READ(8, rbug_texture_t, texture); /* texture */
480 READ(4, uint32_t, face); /* face */
481 READ(4, uint32_t, level); /* level */
482 READ(4, uint32_t, zslice); /* zslice */
483 READ(4, uint32_t, x); /* x */
484 READ(4, uint32_t, y); /* y */
485 READ(4, uint32_t, w); /* w */
486 READ(4, uint32_t, h); /* h */
488 READ(
[all...]
H A Drbug_context.c512 READ(8, rbug_context_t, context); /* context */
539 READ(8, rbug_context_t, context); /* context */
540 READ(4, rbug_block_t, block); /* block */
567 READ(8, rbug_context_t, context); /* context */
568 READ(4, rbug_block_t, step); /* step */
595 READ(8, rbug_context_t, context); /* context */
596 READ(4, rbug_block_t, unblock); /* unblock */
623 READ(8, rbug_context_t, context); /* context */
624 READ(8, rbug_shader_t, vertex); /* vertex */
625 READ(
[all...]
H A Drbug_internal.h79 #define READ(size, type, name) \ macro
90 READ(4, uint32_t, name##_len); \
H A Drbug_shader.c321 READ(8, rbug_context_t, context); /* context */
348 READ(8, rbug_context_t, context); /* context */
349 READ(8, rbug_shader_t, shader); /* shader */
376 READ(8, rbug_context_t, context); /* context */
377 READ(8, rbug_shader_t, shader); /* shader */
378 READ(1, uint8_t, disable); /* disable */
405 READ(8, rbug_context_t, context); /* context */
406 READ(8, rbug_shader_t, shader); /* shader */
434 READ(4, uint32_t, serial); /* serial */
462 READ(
[all...]
H A Drbug_core.c287 READ(4, uint32_t, error); /* error */
314 READ(4, uint32_t, serial); /* serial */
341 READ(4, uint32_t, serial); /* serial */
342 READ(4, uint32_t, error); /* error */
/external/pixman/pixman/
H A Dpixman-accessor.h3 #define READ(img, ptr) \ macro
19 #define READ(img, ptr) (*(ptr)) macro
H A Dpixman-edge.c91 uint8_t __o = READ (image, __ap); \
139 WRITE (image, (buf__), clip255 (READ (image, (buf__)) + (val__))); \
211 clip255 (READ (image, ap + lxi) + rxs - lxs));
216 clip255 (READ (image, ap + lxi) + N_X_FRAC (8) - lxs));
282 WRITE (image, ap + rxi, clip255 (READ (image, ap + rxi) + rxs));
H A Dpixman-edge-imp.h121 WRITE(image, a, READ(image, a) | startmask);
127 WRITE(image, a, READ(image, a) | endmask);
/external/chromium_org/base/debug/
H A Dproc_maps_linux.h20 READ = 1 << 0, enumerator in enum:base::debug::MappedMemoryRegion::Permission
H A Dproc_maps_linux_unittest.cc149 MappedMemoryRegion::READ},
155 MappedMemoryRegion::READ | MappedMemoryRegion::WRITE |
160 MappedMemoryRegion::READ | MappedMemoryRegion::PRIVATE},
166 MappedMemoryRegion::READ | MappedMemoryRegion::WRITE |
215 EXPECT_TRUE(regions[i].permissions & MappedMemoryRegion::READ);
/external/libvorbis/examples/
H A Dencoder_example.c6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
39 #define READ 1024 macro
40 signed char readbuffer[READ*4+44]; /* out of the data segment, not the stack */
182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */
195 float **buffer=vorbis_analysis_buffer(&vd,READ);
/external/blktrace/
H A Dact_mask.c16 DECLARE_MASK_MAP(READ),
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h15 #define READ 0 macro
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc57 if (callback_type_ == START || callback_type_ == READ) {
84 // Only START and READ operation throttling is supported.
85 if (callback_type != START && callback_type != READ)
93 if (callback_type == READ && result == 0)
200 return SetupCallback(callback, rv, READ);
270 DCHECK(callback_type_ == READ || callback_type_ == START);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as23 stream.open(file, FileMode.READ);
/external/chromium_org/content/shell/android/linker_test_apk/
H A Dchromium_linker_test_linker_tests.cc92 const uint8 expected_flags = MappedMemoryRegion::READ;
93 const uint8 expected_mask = MappedMemoryRegion::READ |
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/external/giflib/
H A Ddgif_lib.c30 #define READ(_gif,_buf,_len) \ macro
117 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
192 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
247 if (READ(GifFile, Buf, 3) != 3) {
270 if (READ(GifFile, Buf, 3) != 3) {
302 if (READ(GifFile, &Buf, 1) != 1) {
349 if (READ(GifFile, Buf, 1) != 1) {
375 if (READ(GifFile, Buf, 3) != 3) {
524 if (READ(GifFile, &Buf, 1) != 1) {
544 if (READ(GifFil
[all...]
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h47 READ, enumerator in enum:net::DiskCacheBasedQuicServerInfo::State

Completed in 4964 milliseconds

1234