Home
last modified time | relevance | path

Searched refs:x00 (Results 2576 - 2600 of 3390) sorted by relevance

1...<<101102103104105106107108109110>>...136

/third_party/vixl/test/aarch32/traces/
H A Dassembler-cond-rd-rn-operand-rm-shift-rs-bic-a32.h260 0x31, 0x00, 0xc1, 0x71 // bic vc r0 r1 r1 LSR r0
374 0x51, 0x00, 0xc9, 0xa1 // bic ge r0 r9 r1 ASR r0
698 0x36, 0x00, 0xcc, 0xb1 // bic lt r0 r12 r6 LSR r0
2015 0x33, 0x00, 0xcb, 0xc1 // bic gt r0 r11 r3 LSR r0
2699 0x31, 0x00, 0xc9, 0x61 // bic vs r0 r9 r1 LSR r0
2774 0x1a, 0x00, 0xc7, 0x21 // bic cs r0 r7 r10 LSL r0
2957 0x7e, 0x00, 0xc1, 0x71 // bic vc r0 r1 r14 ROR r0
H A Dassembler-cond-rd-rn-operand-rm-shift-rs-bics-a32.h260 0x31, 0x00, 0xd1, 0x71 // bics vc r0 r1 r1 LSR r0
374 0x51, 0x00, 0xd9, 0xa1 // bics ge r0 r9 r1 ASR r0
698 0x36, 0x00, 0xdc, 0xb1 // bics lt r0 r12 r6 LSR r0
2015 0x33, 0x00, 0xdb, 0xc1 // bics gt r0 r11 r3 LSR r0
2699 0x31, 0x00, 0xd9, 0x61 // bics vs r0 r9 r1 LSR r0
2774 0x1a, 0x00, 0xd7, 0x21 // bics cs r0 r7 r10 LSL r0
2957 0x7e, 0x00, 0xd1, 0x71 // bics vc r0 r1 r14 ROR r0
H A Dassembler-cond-rd-rn-operand-rm-shift-rs-orr-a32.h260 0x31, 0x00, 0x81, 0x71 // orr vc r0 r1 r1 LSR r0
374 0x51, 0x00, 0x89, 0xa1 // orr ge r0 r9 r1 ASR r0
698 0x36, 0x00, 0x8c, 0xb1 // orr lt r0 r12 r6 LSR r0
2015 0x33, 0x00, 0x8b, 0xc1 // orr gt r0 r11 r3 LSR r0
2699 0x31, 0x00, 0x89, 0x61 // orr vs r0 r9 r1 LSR r0
2774 0x1a, 0x00, 0x87, 0x21 // orr cs r0 r7 r10 LSL r0
2957 0x7e, 0x00, 0x81, 0x71 // orr vc r0 r1 r14 ROR r0
H A Dassembler-cond-rd-rn-operand-rm-shift-rs-orrs-a32.h260 0x31, 0x00, 0x91, 0x71 // orrs vc r0 r1 r1 LSR r0
374 0x51, 0x00, 0x99, 0xa1 // orrs ge r0 r9 r1 ASR r0
698 0x36, 0x00, 0x9c, 0xb1 // orrs lt r0 r12 r6 LSR r0
2015 0x33, 0x00, 0x9b, 0xc1 // orrs gt r0 r11 r3 LSR r0
2699 0x31, 0x00, 0x99, 0x61 // orrs vs r0 r9 r1 LSR r0
2774 0x1a, 0x00, 0x97, 0x21 // orrs cs r0 r7 r10 LSL r0
2957 0x7e, 0x00, 0x91, 0x71 // orrs vc r0 r1 r14 ROR r0
H A Dassembler-cond-rd-operand-rn-shift-rs-in-it-block-mov-t32.h728 0x88, 0xbf, 0x00, 0x41 // It hi; mov hi r0 r0 ASR r0
761 0xb8, 0xbf, 0x00, 0x41 // It lt; mov lt r0 r0 ASR r0
1091 0x98, 0xbf, 0x00, 0x41 // It ls; mov ls r0 r0 ASR r0
1484 0xa8, 0xbf, 0x00, 0x41 // It ge; mov ge r0 r0 ASR r0
2171 0xd8, 0xbf, 0x00, 0x41 // It le; mov le r0 r0 ASR r0
2273 0x78, 0xbf, 0x00, 0x41 // It vc; mov vc r0 r0 ASR r0
2888 0x28, 0xbf, 0x00, 0x41 // It cs; mov cs r0 r0 ASR r0
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp487 if (memset_s(buf, len, 0x00, len) != EOK) { in CrashCallback()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_rsa.c155 uint8_t bnE[] = { 0x01, 0x00, 0x01 }; in HksOpensslCheckRsaKey()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_cipher_test.cpp563 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xa5, 0xb8, 0xa3, 0x78, 0x1d, in HWTEST_F()
/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp491 (void)memset_s(tpdu->data.submit.userData.data, MAX_USER_DATA_LEN + 1, 0x00, MAX_USER_DATA_LEN + 1); in DataBasedSmsDeliverySplitPage()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp67 if (memset_s(szBuf, nSize, 0x00, nSize) != EOK in GetDataRange()
/base/telephony/core_service/services/sim/include/
H A Desim_file.h55 constexpr static const int32_t SW2_VALUE_00 = 0x00;
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_send_recv_mms.cpp361 if (memset_s(resultResponse.get(), len, 0x00, len) != EOK) { in StoreMmsPduToFile()
/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxdec.c246 bytestream2_put_byte(&pb, 0x00); // flags (= no flags) in ffat_get_magic_cookie()
H A Dmovtextenc.c47 #define DEFAULT_STYLE_FLAG 0x00
187 // 0x00, 0x00, 0x00, 0x00, // uint32_t displayFlags in encode_sample_description()
190 // 0x00, 0x00, 0x00, 0x00, // uint8_t background-color-rgba[4] in encode_sample_description()
192 // 0x00, in encode_sample_description()
[all...]
H A Dpgssubdec.c185 if (color == 0x00) { in decode_rle()
H A Dxan.c506 0x00, 0x09, 0x10, 0x16, 0x1C, 0x21, 0x27, 0x2C,
/third_party/eudev/src/scsi_id/
H A Dscsi_serial.c925 } else if (page_code != 0x00) { in scsi_get_serial()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264qpel_template.c321 {0x00, 0x08, 0x01, 0x09, 0x02, 0x0A, 0x03, 0x0B, in PREFIX_h264_qpel16_hv_lowpass_altivec()
/third_party/ffmpeg/libavcodec/x86/
H A Ddct32.asm294 movss [outq+0x00], m8
/third_party/ffmpeg/libavformat/
H A Ddv.c195 if (pcm[of * 2 + 1] == 0x80 && pcm[of * 2] == 0x00) in dv_extract_audio()
H A Dmmst.c497 bytestream_put_byte(&mms->write_out_ptr, 0x00); // stream time limit flag in send_media_packet_request()
H A Dswfenc.c405 avio_w8(pb, 0x00); in swf_write_video()
H A Dipmovie.c57 #define OPCODE_END_OF_STREAM 0x00
H A Dswfdec.c52 { AV_CODEC_ID_PCM_S16LE, 0x00 },
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp429 data_gi = select(data_gi, vint(0x00), nan_mask); in store_image_block()

Completed in 57 milliseconds

1...<<101102103104105106107108109110>>...136