Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/common_modules/newip/examples/
H A Dnip_lib.c51 unsigned char first_byte; in nip_addr_fmt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ring.c25 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
H A Dmcp251xfd-regmap.c91 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
/kernel/linux/common_modules/newip/src/common/
H A Dnip_addr.c53 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 Dmcp251xfd-regmap.c81 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
H A Dmcp251xfd-core.c189 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dspi.c714 int first_byte = 1; in spi_write_flash() local
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Dspi.c712 int first_byte = 1; in spi_write_flash() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c42 parser_emit_two_bytes(parser_context_t *context_p, uint8_t first_byte, uint8_t second_byte) parser_emit_two_bytes() argument
H A Djs-parser.c1055 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 Dwrgif.c85 boolean first_byte; /* if TRUE, waiting_code is not valid */ member
/third_party/jerryscript/jerry-core/lit/
H A Dlit-strings.c647 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 Dcoded_stream.cc369 ReadVarint32FromArray( uint32 first_byte, const uint8* buffer, uint32* value) ReadVarint32FromArray() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c257 bool first_byte = true; in bcmasp_netfilt_wr_m_wake() local
/third_party/node/src/
H A Dinspector_socket.cc295 unsigned char first_byte = *it++; in decode_frame_hybi17() local
H A Dnode_http2.h460 uint64_t first_byte; // Time first DATA frame byte was received member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c390 u64 first_byte = disk_start; in btrfs_submit_compressed_write() local
H A Dextent_io.c2962 struct bio *btrfs_bio_alloc(u64 first_byte) in btrfs_bio_alloc() argument
/third_party/python/Objects/
H A Dcodeobject.c930 int first_byte = read_byte(bounds); in advance_with_locations() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c4419 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 Dfunction-body-decoder-impl.h2385 uint8_t first_byte = *this->pc_; in DecodeFunctionBody() local

Completed in 44 milliseconds