/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-nforce2-s4985.c | 77 mplxdata.byte = channels; in nforce2_access_channel() 144 ioconfig.byte = 0x00; /* All I/O to output mode */ in nforce2_s4985_init()
|
H A D | i2c-sis96x.c | 173 sis96x_write(SMB_BYTE, data->byte); in sis96x_access() 205 data->byte = sis96x_read(SMB_BYTE); in sis96x_access()
|
H A D | i2c-amd756-s4882.c | 82 mplxdata.byte = channels; in amd756_access_channel() 149 ioconfig.byte = 0x00; /* All I/O to output mode */ in amd756_s4882_init()
|
/kernel/linux/linux-6.6/drivers/i2c/muxes/ |
H A D | i2c-mux-pca9541.c | 102 union i2c_smbus_data data = { .byte = val }; in pca9541_reg_write() 123 return ret ?: data.byte; in pca9541_reg_read()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mremap_dontunmap.c | 68 // byte. 69 static int check_region_contains_byte(void *addr, unsigned long size, char byte) in check_region_contains_byte() argument 76 memset(page_buffer, byte, page_size); in check_region_contains_byte() 81 // Compare each page checking that it contains our expected byte. in check_region_contains_byte()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | data.c | 207 struct data data_append_byte(struct data d, uint8_t byte) in data_append_byte() argument 209 return data_append_data(d, &byte, 1); in data_append_byte()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_psnr.asm | 27 %macro SSE_LINE_FN 2 ; 8 or 16, byte or word 139 SSE_LINE_FN 8, byte
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | unewdata.cpp | 206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument 208 T_FileStream_write(pData->file, &byte, 1); in udata_write8()
|
/third_party/json/include/nlohmann/detail/ |
H A D | exceptions.hpp | 158 (byte_ != 0 ? (concat(" at byte ", std::to_string(byte_))) : ""), in create() 164 @brief byte index of the parse error 166 The byte index of the last read character in the input file. 169 n+1 is the index of the terminating null byte or the end of file. 170 This also holds true when reading a byte vector (CBOR or MessagePack). 172 const std::size_t byte; member in detail::parse_error 176 : exception(id_, what_arg), byte(byte_) {} in parse_error()
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 181 std::unique_ptr<byte[]> message_bytes(new byte[message_size]); in info_queue_has_swapchain()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.h | 126 std::unique_ptr<byte[]> bytes_copy, size_t length, 223 std::unique_ptr<byte[]> bytes_copy_;
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 26 /* Computes a code from a single byte. A lookup table of 256 values could be 28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() argument 29 return (uint32_t)byte + 1u; in HashByte() 63 /* Compute the factor of the oldest byte to remove: factor**steps modulo in Initialize()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | unewdata.cpp | 206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument 208 T_FileStream_write(pData->file, &byte, 1); in udata_write8()
|
/third_party/node/deps/icu-small/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 109 * Append a byte, hex encoded 111 * @param byte the byte to append 114 uint8_t byte) { in appendByte() 116 snprintf(tmp2, sizeof(tmp2), "\\x%02X", 0xFF & (int)(byte)); in appendByte() 113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 109 * Append a byte, hex encoded 111 * @param byte the byte to append 114 uint8_t byte) { in appendByte() 116 sprintf(tmp2, "\\x%02X", 0xFF & (int)(byte)); in appendByte() 113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil { 200 func getOrDownload(name, url string) ([]byte, error) {
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | FramebufferAttachmentPerfTest.cpp | 93 for (auto &byte : textureData) in initTextures() 95 byte = rand() % 255u; in initTextures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil { 200 func getOrDownload(name, url string) ([]byte, error) {
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 109 * Append a byte, hex encoded 111 * @param byte the byte to append 114 uint8_t byte) { in appendByte() 116 sprintf(tmp2, "\\x%02X", 0xFF & (int)(byte)); in appendByte() 113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | unewdata.cpp | 206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument 208 T_FileStream_write(pData->file, &byte, 1); in udata_write8()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 26 /* Computes a code from a single byte. A lookup table of 256 values could be 28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() argument 29 return (uint32_t)byte + 1u; in HashByte() 63 /* Compute the factor of the oldest byte to remove: factor**steps modulo in Initialize()
|
/third_party/vixl/examples/aarch32/ |
H A D | mandelbrot.cc | 210 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
|
/third_party/spirv-tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 175 if err := ioutil.WriteFile(*outputPath, []byte(out), 0777); err != nil { 200 func getOrDownload(name, url string) ([]byte, error) {
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 57 @ [or 13.6 cycles per byte]. 62 @ improvement on Cortex A8 core and 12.2 cycles per byte. 98 rev r9,r9 @ byte swap 123 rev r9,r9 @ byte swap 148 rev r9,r9 @ byte swap 173 rev r9,r9 @ byte swap 198 rev r9,r9 @ byte swap 226 rev r9,r9 @ byte swap
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 57 @ [or 13.6 cycles per byte]. 62 @ improvement on Cortex A8 core and 12.2 cycles per byte. 98 rev r9,r9 @ byte swap 123 rev r9,r9 @ byte swap 148 rev r9,r9 @ byte swap 173 rev r9,r9 @ byte swap 198 rev r9,r9 @ byte swap 226 rev r9,r9 @ byte swap
|