/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | v8windbg-test.cc | 197 byte desc[1024]; in RunTests()
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/modes/ |
H A D | ghash-s390x.S | 56 srlg %r10,%r1,8 # extract second byte
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/modes/ |
H A D | ghash-s390x.S | 56 srlg %r10,%r1,8 # extract second byte
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/modes/ |
H A D | ghash-s390x.S | 55 srlg %r10,%r1,8 # extract second byte
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.h | 149 void Add(uint8_t byte);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/modes/ |
H A D | ghash-s390x.S | 55 srlg %r10,%r1,8 # extract second byte
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 208 unsigned char byte[SIV_LEN]; member
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 208 unsigned char byte[SIV_LEN]; member
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
H A D | perf_puppeteer_canvas_test.go | 213 if err := ioutil.WriteFile(filepath.Join(path, name), []byte(content), 0666); err != nil {
|
/third_party/skia/infra/bots/task_drivers/canary/ |
H A D | canary.go | 150 if _, err := stdout.Write([]byte(rollStatus)); err != nil {
|
/third_party/skia/infra/wasm-common/gold/ |
H A D | wasm_gold_aggregator.go | 128 if _, err := w.Write([]byte("Accepted")); err != nil {
|
/third_party/skia/infra/wasm-common/perf/ |
H A D | wasm_perf_aggregator.go | 135 if _, err := w.Write([]byte("Accepted")); err != nil {
|
/third_party/skia/infra/lottiecap/gold/ |
H A D | lottie-web-aggregator.go | 120 if _, err := w.Write([]byte("Accepted")); err != nil {
|
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 251 if let Some(b) = at.byte() { in step()
|
H A D | pikevm.rs | 31 /// 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 D | vp9itxfm_16bpp.asm | 677 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 D | videodsp.asm | 95 movzx wd, byte [dstq+start_xq] ; w = read(1) 336 movzx vald, byte %2
|
/third_party/backends/backend/ |
H A D | hp3500.c | 1292 * 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 D | value-serializer.cc | 48 // 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 D | pcm.c | 155 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 D | persistent-map.h | 190 reinterpret_cast<byte*>(this) + offsetof(FocusedTree, path_array))[i]; in path() 195 reinterpret_cast<const byte*>(this) +
|
H A D | wasm-inlining.cc | 117 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 D | baseline-assembler-ia32-inl.h | 216 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 D | baseline-assembler-loong64-inl.h | 202 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 D | baseline-assembler-ppc-inl.h | 323 void BaselineAssembler::JumpIfByte(Condition cc, Register value, int32_t byte, in JumpIfByte() argument 326 JumpIf(cc, value, Operand(byte), target); in JumpIfByte()
|