/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | nospec-branch.h | 222 * Equivalent to -mindirect-branch-cs-prefix; emit the 5 byte jmp/call 224 * a RAX prefix byte to encode. Also see apply_retpolines(). 229 .byte 0x2e
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.h | 327 u8 byte; member
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_u_div.S | 70 .byte 0
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-powermac.c | 62 buf = &data->byte; in i2c_powermac_smbus_xfer()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_64.S | 43 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | v210.asm | 28 v210_luma_permute: dd 0,1,2,4,5,6,7,7 ; 32-byte alignment required
|
H A D | ac3dsp.asm | 213 ; move the lowest byte in each of 4 dwords to the low dword
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_convolution.asm | 45 movzx ptrd, byte [c%1q + xq]
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_name.tex | 24 word that is used to return the byte-offset of the instruction-pointer
|
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 110 reinterpret_cast<byte*>( in GlobalGet()
|
/third_party/nghttp2/src/ |
H A D | allocator.h | 212 // beyond the last byte written. 248 alloc.realloc(const_cast<uint8_t *>(value.byte()), len + 1)); in realloc_concat_string_ref() 263 // Makes a buffer with given size. The resulting byte string might
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler.h | 91 inline void JumpIfByte(Condition cc, Register value, int32_t byte,
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.cc | 81 ZoneVector<byte> compressed_data(compressed_data_size, zone()); in ToTranslationArray()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | context-serializer.cc | 304 embedder_fields_sink_.PutRaw(reinterpret_cast<const byte*>(data.data), in SerializeJSObjectWithEmbedderFields()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.cc | 197 int WriteBytes(const char* filename, const byte* bytes, int size, in WriteBytes()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 171 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | PixelProcessor.hpp | 203 void lockUniformBuffers(byte** u, sw::Resource* uniformBuffers[]);
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 171 || !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) { in aes_siv_get_ctx_params()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
H A D | main.go | 229 if err := ioutil.WriteFile(path, []byte(code), 0666); err != nil {
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/ |
H A D | main.go | 218 data := []byte(strings.Join(content, "\n"))
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 260 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
|
/third_party/skia/experimental/tskit/go/gen_types/ |
H A D | gen_types.go | 47 if err := ioutil.WriteFile(fp, []byte(output), 0666); err != nil {
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames_test.go | 340 if err := ioutil.WriteFile(filepath.Join(path, name), []byte(content), 0666); err != nil {
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 189 if _, err := stdout.Write([]byte(rollStatus)); err != nil {
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 1458 byte* cur = reinterpret_cast<byte*>(instr); in get_ebreak_code() 1654 dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(sim_->get_pc())); in Debug() 1826 byte* cur = nullptr; in Debug() 1827 byte* end = nullptr; in Debug() 1830 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug() 1838 cur = reinterpret_cast<byte*>(value); in Debug() 1846 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug() 1855 cur = reinterpret_cast<byte*>(value1); in Debug() 1944 byte* cu in Debug() [all...] |