/kernel/linux/common_modules/newip/examples/ |
H A D | nip_lib.c | 51 unsigned char first_byte; in nip_addr_fmt() local [all...] |
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ring.c | 25 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
|
H A D | mcp251xfd-regmap.c | 91 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
|
/kernel/linux/common_modules/newip/src/common/ |
H A D | nip_addr.c | 53 static inline int is_1byte_addr_flag(unsigned char first_byte) in is_1byte_addr_flag() argument 67 static inline int is_2byte_addr_flag(unsigned char first_byte) in is_2byte_addr_flag() argument 78 static inline int is_3byte_addr_flag(unsigned char first_byte) in is_3byte_addr_flag() argument 88 static inline int is_5byte_addr_flag(unsigned char first_byte) in is_5byte_addr_flag() argument 98 static inline int is_7byte_addr_flag(unsigned char first_byte) in is_7byte_addr_flag() argument 108 is_8byte_addr_flag(unsigned char first_byte) is_8byte_addr_flag() argument 126 is_public_addr_flag(unsigned char first_byte) is_public_addr_flag() argument 147 nip_addr_1byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_1byte_check() argument 167 nip_addr_2byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_2byte_check() argument 188 nip_addr_3byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_3byte_check() argument 208 nip_addr_5byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_5byte_check() argument 228 nip_addr_7byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_7byte_check() argument 248 nip_addr_8byte_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_8byte_check() argument 272 nip_addr_public_check(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_public_check() argument 283 nip_addr_unknown(unsigned char first_byte, unsigned char second_byte, unsigned char third_byte, int addr_len) nip_addr_unknown() argument 309 unsigned char first_byte, second_byte, third_byte; nip_addr_invalid() local 371 unsigned char first_byte = addr->NIP_ADDR_FIELD8[0]; get_nip_addr_len() local [all...] |
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 81 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
|
H A D | mcp251xfd-core.c | 189 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | spi.c | 714 int first_byte = 1; in spi_write_flash() local
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | spi.c | 712 int first_byte = 1; in spi_write_flash() local
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-util.c | 42 parser_emit_two_bytes(parser_context_t *context_p, uint8_t first_byte, uint8_t second_byte) parser_emit_two_bytes() argument
|
H A D | js-parser.c | 1055 uint8_t *first_byte = page_p->bytes + offset; in parser_post_processing() local 1446 uint16_t first_byte = page_p->bytes[offset]; in parser_post_processing() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | wrgif.c | 85 boolean first_byte; /* if TRUE, waiting_code is not valid */ member
|
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-strings.c | 647 lit_get_unicode_char_size_by_utf8_first_byte (const lit_utf8_byte_t first_byte) /**< buffer with characters */ in lit_get_unicode_char_size_by_utf8_first_byte() argument
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.cc | 369 ReadVarint32FromArray( uint32 first_byte, const uint8* buffer, uint32* value) ReadVarint32FromArray() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 257 bool first_byte = true; in bcmasp_netfilt_wr_m_wake() local
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 295 unsigned char first_byte = *it++; in decode_frame_hybi17() local
|
H A D | node_http2.h | 460 uint64_t first_byte; // Time first DATA frame byte was received member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | compression.c | 390 u64 first_byte = disk_start; in btrfs_submit_compressed_write() local
|
H A D | extent_io.c | 2962 struct bio *btrfs_bio_alloc(u64 first_byte) in btrfs_bio_alloc() argument
|
/third_party/python/Objects/ |
H A D | codeobject.c | 930 int first_byte = read_byte(bounds); in advance_with_locations() local
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 4419 unsigned int first_byte = start + BIT_BYTE(pos); in extent_buffer_bitmap_set() local 4456 unsigned int first_byte = start + BIT_BYTE(pos); in extent_buffer_bitmap_clear() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 2385 uint8_t first_byte = *this->pc_; in DecodeFunctionBody() local
|