/third_party/mesa3d/src/intel/tools/ |
H A D | aub_read.c | 55 #define SUBOPCODE_VERSION 0x00
|
/third_party/libexif/libexif/pentax/ |
H A D | exif-mnote-data-pentax.c | 258 /* probably assert(!memcmp(buf + datao, "\x00\x1b", 2)) */ in exif_mnote_data_pentax_load() 441 if ((e->size >= 2) && (e->data[0] == 0x00) && (e->data[1] == 0x1b)) in exif_mnote_data_pentax_identify()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 290 alart_p->padn_len = 0x00; /* 2 Octets */ in create_mld_query()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | main.c | 32 #define ALL 0x00
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_tcp_style.c | 425 memset(sinfo, 0x00, sizeof(struct sctp_sndrcvinfo)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
H A D | 2-1.c | 716 memset(&td->cnd, 0x00, sizeof(pthread_cond_t)); in main()
|
/third_party/lwip/src/include/lwip/ |
H A D | ip6_addr.h | 283 #define IP6_ADDR_INVALID 0x00
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinding-info-win64.cc | 221 OpAllocS = 0x00,
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_nalu_writer_h264.cpp | 179 if (FALSE == pNALU->m_bBufferOverflow && 0x00 == pNALU->get_bitstream_buffer()[iNALUnitLen - 1]) { in write_nalu_end()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | strptime_ext.c | 59 result[strlen(result) - 1] = 0x00; in strptime_0100()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 327 if (config->nvc0.memtype == 0x00) in nvc0_miptree_get_modifier()
|
/third_party/node/deps/openssl/openssl/crypto/sm4/ |
H A D | sm4.c | 25 0x01, 0x21, 0x78, 0x87, 0xD4, 0x00, 0x46, 0x57, 0x9F, 0xD3, 0x27, 0x52,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 111 # define DH_FLAG_NO_EXP_CONSTTIME 0x00
|
/third_party/openssl/test/ |
H A D | dtlstest.c | 478 char msg[] = { 0x00, 0x01, 0x02, 0x03 }; in test_swap_records()
|
H A D | tls13secretstest.c | 38 0x68, 0x0c, 0xe2, 0x10, 0xad, 0xf3, 0x00, 0xaa, 0x1f, 0x26, 0x60, 0xe1, 0xb2,
|
/third_party/pulseaudio/src/tests/ |
H A D | resampler-test.c | 142 u[0] = 0x00; in generate_block()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 286 const Unique<VkBuffer> buffer (createDataBuffer(context, offset, addressableSize, 0x00, dataSize, 0x5A, &bufferMem)); in descriptorSetLayoutLifetimeComputeTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 286 const Unique<VkBuffer> buffer (createDataBuffer(context, offset, addressableSize, 0x00, dataSize, 0x5A, &bufferMem)); in descriptorSetLayoutLifetimeComputeTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPostDepthCoverageTests.cpp | 456 gl.stencilMask(0x00); in iterate()
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 111 # define DH_FLAG_NO_EXP_CONSTTIME 0x00
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 41 # define DH_FLAG_NO_EXP_CONSTTIME 0x00
|
/third_party/openssl/crypto/sm4/ |
H A D | sm4.c | 25 0x01, 0x21, 0x78, 0x87, 0xD4, 0x00, 0x46, 0x57, 0x9F, 0xD3, 0x27, 0x52,
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | cjpeg.c | 84 * files start with 0x00, so we recognize that case. Potentially, however, 124 case 0x00: in LOCAL()
|
H A D | wrgif.c | 321 putc(0x00, dinfo->pub.output_file); in emit_header()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_writer_utils.c | 70 const int value = (bits & 0x100) ? 0x00 : 0xff; in Flush()
|