Home
last modified time | relevance | path

Searched refs:byte (Results 1726 - 1750 of 2224) sorted by relevance

1...<<61626364656667686970>>...89

/third_party/node/deps/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc197 byte desc[1024]; in RunTests()
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/modes/
H A Dghash-s390x.S56 srlg %r10,%r1,8 # extract second byte
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/modes/
H A Dghash-s390x.S56 srlg %r10,%r1,8 # extract second byte
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/modes/
H A Dghash-s390x.S55 srlg %r10,%r1,8 # extract second byte
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.h149 void Add(uint8_t byte);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/modes/
H A Dghash-s390x.S55 srlg %r10,%r1,8 # extract second byte
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h208 unsigned char byte[SIV_LEN]; member
/third_party/openssl/include/crypto/
H A Dmodes.h208 unsigned char byte[SIV_LEN]; member
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas_test.go213 if err := ioutil.WriteFile(filepath.Join(path, name), []byte(content), 0666); err != nil {
/third_party/skia/infra/bots/task_drivers/canary/
H A Dcanary.go150 if _, err := stdout.Write([]byte(rollStatus)); err != nil {
/third_party/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go128 if _, err := w.Write([]byte("Accepted")); err != nil {
/third_party/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go135 if _, err := w.Write([]byte("Accepted")); err != nil {
/third_party/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go120 if _, err := w.Write([]byte("Accepted")); err != nil {
/third_party/rust/crates/regex/src/
H A Dbacktrack.rs251 if let Some(b) = at.byte() { in step()
H A Dpikevm.rs31 /// The program may be byte oriented or Unicode codepoint oriented.
212 /// Step through the input, one token (byte or codepoint) at a time.
258 if let Some(b) = at.byte() { in step()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm677 movzx cntd, byte [ptrq+cntq-1]
679 movzx cntd, byte [default_8x8+cntq-1]
926 movzx cntd, byte [ptrq+cntq-1]
928 movzx cntd, byte [%5_8x8+cntq-1]
1133 movzx cntd, byte [ptrq+cntq-1]
1135 movzx cntd, byte [default_16x16+cntq-1]
1450 movzx cntd, byte [ptrq+cntq-1]
1452 movzx cntd, byte [%7_16x16+cntq-1]
1963 movzx cntd, byte [ptrq+cntq-1]
1965 movzx cntd, byte [default_32x3
[all...]
H A Dvideodsp.asm95 movzx wd, byte [dstq+start_xq] ; w = read(1)
336 movzx vald, byte %2
/third_party/backends/backend/
H A Dhp3500.c1292 * data bytes are 0xaa and hence require a following 0x00 byte. in rt_queue_command()
2302 * different, and the byte at 0x94 is different.
2697 unsigned byte = 0;
2701 while (byte < 1024)
2708 sram_dump_byte(fp, buf, byte, 1024, expected, loc, end_calibration_offset, idx);
2713 sram_dump_byte(fp, buf, byte, 1024, expected, loc, end_calibration_offset, idx);
2721 sram_dump_byte(fp, expected, loc, end_calibration_offset, buf, byte, 1024, idx);
2726 sram_dump_byte(fp, expected, loc, end_calibration_offset, buf, byte, 1024, idx);
2731 byte += 16;
3549 /* Gamma table - appears to be 256 byte pair in rts8801_scan()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc48 // Version 10: one-byte (Latin-1) strings
110 // Host byte order is used (N.B. this makes the format non-portable).
297 // most significant 7 bits. Each byte, except the last, has the MSB set. in WriteVarint()
527 // The existing reading code expects 16-byte strings to be aligned. in WriteString()
1245 // most significant 7 bits. Each byte, except the last, has the MSB set. in ReadVarint()
1269 uint8_t byte = *position_; \ in ReadVarint()
1271 if (byte < 0x80) { \ in ReadVarint()
1272 value |= static_cast<T>(byte) << shift; \ in ReadVarint()
1276 value |= static_cast<T>(byte & 0x7F) << shift; \ in ReadVarint()
1302 uint8_t byte in ReadVarintLoop()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpcm.c155 ENCODE(uint8_t, byte, samples, dst, n, 0, -128) in pcm_encode_frame()
158 ENCODE_PLANAR(uint8_t, byte, dst, n, 0, -128) in pcm_encode_frame()
/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h190 reinterpret_cast<byte*>(this) + offsetof(FocusedTree, path_array))[i]; in path()
195 reinterpret_cast<const byte*>(this) +
H A Dwasm-inlining.cc117 base::Vector<const byte> function_bytes = wire_bytes_->GetCode(inlinee->code); in ReduceCall()
161 // but it turns out that wire byte size and node count are quite strongly in Finalize()
162 // correlated, at about 1.16 nodes per wire byte (measured for J2Wasm). in Finalize()
169 base::Vector<const byte> function_bytes = in Finalize()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h216 void BaselineAssembler::JumpIfByte(Condition cc, Register value, int32_t byte, in JumpIfByte() argument
218 __ cmpb(value, Immediate(byte)); in JumpIfByte()
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h202 void BaselineAssembler::JumpIfByte(Condition cc, Register value, int32_t byte, in JumpIfByte() argument
204 __ Branch(target, AsMasmCondition(cc), value, Operand(byte)); in JumpIfByte()
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h323 void BaselineAssembler::JumpIfByte(Condition cc, Register value, int32_t byte, in JumpIfByte() argument
326 JumpIf(cc, value, Operand(byte), target); in JumpIfByte()

Completed in 23 milliseconds

1...<<61626364656667686970>>...89