/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 2531 AutoFitChildAxises = 0x00; in ImGuiWindow() 4332 const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); in BeginChildEx() 5328 window->DC.NavLayerActiveMaskNext = 0x00; in Begin() 5342 window->DC.TreeDepthMayJumpToParentOnPop = 0x00; in Begin() 7780 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll && g.NavMoveRequest) in NavUpdate() 7905 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll) in NavUpdatePageUpPageDown()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 2021 case 0x00: // EQUAL 2337 case 0x00: // EQ 2351 case 0x00: Imm = 0x02; break; // LT -> GT 2353 case 0x02: Imm = 0x00; break; // GT -> LT 2370 case 0x00: case 0x03:
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 1196 simAuthResponse.sw2 = (int32_t)0x00; in ReqSimAuthentication()
|
/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_device_pipe_mock_test.cpp | 68 constexpr uint8_t USB_SERVICE_REQ_GET_STATUS = 0x00;
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacsbrdata.h | 256 0xf4, 0xf5, 0x1c, 0x02, 0x00, 0x06, 0x3a, 0xf6,
|
H A D | mpeg4videoenc.c | 923 profile_and_level_indication = 0x00; // simple in mpeg4_encode_visual_object_header()
|
H A D | dca_lbr.c | 50 LBR_CHUNK_NULL = 0x00,
|
H A D | proresenc_kostya.c | 1040 bytestream_put_byte (&buf, 0x00); // matrix flags - default matrices are used in encode_frame()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_idct_lsx.c | 335 __m128i zero = __lsx_vldi(0x00); in ff_hevc_idct_4x4_lsx()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 30 #define FSCK_EXIT_NO_ERRORS 0x00
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_deblock.asm | 131 movq [%9+0x00], m0
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 229 vperm2f128 %3, %3, %3, 0x00 ; z2314, z2314
|
/third_party/backends/backend/ |
H A D | dc25.c | 349 static struct pkt_speed speeds[] = { {B9600, {0x96, 0x00}},
|
H A D | mustek_usb2.c | 1201 SANE_Byte pKeyTemp = 0x00; in GetKeyStatus()
|
H A D | xerox_mfp.c | 516 0x00, 0x01, 0x03, 0x05
|
H A D | hp-scl.c | 571 static hp_byte_t tur_cmd[] = { 0x00, 0, 0, 0, 0, 0}; in sanei_hp_scsi_new()
|
H A D | kvs40xx_opt.c | 272 0x00,
|
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 134 0x00,0x80,0x40,0xc0,0x20,0xa0,0x60,0xe0,0x10,0x90,0x50,0xd0,0x30,0xb0,0x70,0xf0,
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 62 FUNCTION_NONE = 0x00
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtst.c | 987 UChar uchars[]={0x61, 0x62, 0x63, 0x00}; in TestStringCopy()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 1686 0x5b, 0x3a, 0x5e, 0x6c, 0x63, 0x63, 0x63, 0x3d, 0x30, 0x3a, 0x5d, 0x5d, 0x00 }; in ucol_getUnsafeSet()
|
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1855 * consisting of only 0x00 for the client and only 0xFF for the server. in mbedtls_test_ssl_exchange_data() 1866 memset(msg_buf_1, 0x00, msg_len_1); in mbedtls_test_ssl_exchange_data()
|
/third_party/mbedtls/library/ |
H A D | rsa.c | 475 /* Decode EME-PKCS1-v1_5 padding: 0x00 || 0x02 || PS || 0x00 in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 480 * the 0x00 byte and remember the padding length in pad_count. */ in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 2408 *p++ = 0x00; in rsa_rsassa_pkcs1_v15_encode() 2886 #define RSA_PT "\xAA\xBB\xCC\x03\x02\x01\x00\xFF\xFF\xFF\xFF\xFF" \
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 1347 memset(uniform, 0x00, sizeof(struct gl_uniform_storage)); in nir_link_uniform()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 163 DCC_CLEAR_0000 = DCC_CODE(0x00), /* all bits are 0 */
|