Home
last modified time | relevance | path

Searched defs:byte (Results 101 - 125 of 305) sorted by relevance

12345678910>>...13

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c82 re_append_byte(re_compiler_ctx_t *re_ctx_p, const uint8_t byte) re_append_byte() argument
93 re_insert_byte(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint8_t byte) re_insert_byte() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_width.c274 nir_ssa_def *byte = nir_extract_u8(b, nir_ssa_for_alu_src(b, alu, 0), in lower_alu_instr_width() local
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h31 inline bool IsValidSectionCode(uint8_t byte) { in IsValidSectionCode() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dlcnalloc.c244 u8 *buf, *byte, bit, writeback; in ntfs_cluster_alloc() local
/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.cpp60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
156 uint32_t byte=getWeightByte(weight, length); in incWeight() local
[all...]
/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
/third_party/lwip/src/netif/ppp/
H A Dpppos.c139 ppp_get_fcs(u8_t byte) in ppp_get_fcs() argument
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc29 void Packet::AddWord8(uint8_t byte) { in AddWord8() argument
79 uint8_t byte = static_cast<uint8_t>(val & 0xFF); in AddNumberSep() local
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc19 std::pair<uint8_t, uint8_t> SplitByte(uint8_t byte, uint8_t split) { in SplitByte() argument
23 v8::Maybe<uint8_t> DecodeByte(char byte) { in DecodeByte() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h100 uint8_t byte = data_.get(index_++); in ReadVarint32() local
/third_party/libabigail/src/
H A Dabg-hash.cc71 uint8_t byte = *i; in fnv_hash() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield_align.rs638 pub fn byte(&self) -> ::std::os::raw::c_uchar { in byte() functions
[all...]
/third_party/skia/src/core/
H A DSkICC.cpp308 uint8_t byte = digest.data[i]; in get_color_profile_tag() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationweights.cpp60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
156 uint32_t byte=getWeightByte(weight, length); in incWeight() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.cpp212 uint8_t byte = (uint8_t)ufmt_digitvalue(buffer[count]); in ufmt_utop() local
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() argument
/third_party/openssl/test/
H A Ddanetest.c182 uint8_t byte; in hexdecode() local
/third_party/toybox/toys/other/
H A Di2ctools.c109 static int i2c_read_byte(int fd, int addr, int *byte) in i2c_read_byte() argument
191 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
241 int fd, row, addr, byte; in i2cdump_main() local
271 int fd, byte; i2cget_main() local
[all...]
/third_party/vixl/src/
H A Dglobals-vixl.h68 typedef uint8_t byte; typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php195 $byte = ord($this->buffer[$this->current]); variable
/third_party/skia/gm/
H A Dbc1_transparency.cpp58 unsigned int byte; in create_BC1_block() local
/third_party/rust/crates/regex/src/
H A Dinput.rs40 pub fn byte(&self) -> Option<u8> { in byte() functions
[all...]

Completed in 25 milliseconds

12345678910>>...13