Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 124) sorted by relevance

12345

/external/marisa-trie/v0_1_5/tests/
Dio-test.cc61 char byte; in TestFilename() local
78 char byte; in TestFilename() local
90 char byte; in TestFilename() local
140 char byte; in TestFd() local
188 char byte; in TestFile() local
221 char byte; in TestStream() local
/external/marisa-trie/tests/
Dio-test.cc60 char byte; in TestFilename() local
77 char byte; in TestFilename() local
89 char byte; in TestFilename() local
139 char byte; in TestFd() local
187 char byte; in TestFile() local
220 char byte; in TestStream() local
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_blit_0.c48 Uint8 byte = 0, bit; in BlitBto1() local
65 Uint8 byte = 0, bit; in BlitBto1() local
101 Uint8 byte = 0, bit; in BlitBto2() local
135 Uint8 byte = 0, bit; in BlitBto3() local
173 Uint8 byte = 0, bit; in BlitBto4() local
207 Uint8 byte = 0, bit; in BlitBto1Key() local
224 Uint8 byte = 0, bit; in BlitBto1Key() local
259 Uint8 byte = 0, bit; in BlitBto2Key() local
292 Uint8 byte = 0, bit; in BlitBto3Key() local
326 Uint8 byte = 0, bit; in BlitBto4Key() local
[all …]
/external/v8/src/
Ddisasm.h33 typedef unsigned char byte; typedef
Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()
/external/liblzf/
Dcrc32.h62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) argument
/external/elfutils/libcpu/
Di386_data.h394 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() local
424 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() local
779 int8_t byte = *(*d->param_start)++; in FCT_imms() local
855 int_fast8_t byte = *(*d->param_start)++; in FCT_imms8() local
879 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() local
916 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() local
1112 uint_fast8_t byte = modrm & 7; in FCT_mod$16r_m() local
1137 uint_fast8_t byte = modrm & 7; in FCT_mod$64r_m() local
1160 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg() local
1214 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg64() local
[all …]
/external/elfutils/libasm/
Dasm_adduleb128.c57 uint32_t byte; local
Dasm_addsleb128.c57 uint32_t byte; local
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c179 static BOOLEAN nfc_hal_nci_receive_nci_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) in nfc_hal_nci_receive_nci_msg()
276 static BOOLEAN nfc_hal_nci_receive_bt_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) in nfc_hal_nci_receive_bt_msg()
476 BOOLEAN nfc_hal_nci_receive_msg (UINT8 byte) in nfc_hal_nci_receive_msg()
/external/icu4c/i18n/
Ducol_wgt.cpp68 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte()
108 uint32_t byte; in incWeight() local
419 uint32_t byte; in ucol_allocWeights() local
/external/dhcpcd/compat/
Dlinkaddr.c59 int byte = 0, state = NAMING; local
/external/skia/src/utils/
DSkBitmapChecksummer.cpp20 for (int byte=0; byte<4; byte++) { in write_int_to_buffer() local
/external/srec/portable/src/
Dpcrc.c127 register unsigned char byte; in pcrcUpdateData() local
/external/llvm/lib/Support/
DDataExtractor.cpp138 uint8_t byte = 0; in getULEB128() local
159 uint8_t byte = 0; in getSLEB128() local
/external/iproute2/lib/
Ddnet_pton.c11 u_int8_t byte[2]; in dn_htons() member
Ddnet_ntop.c11 u_int8_t byte[2]; in dn_ntohs() member
/external/libnfc-nci/src/nfc/tags/
Drw_t1t.c827 tNFC_STATUS RW_T1tRead (UINT8 block, UINT8 byte) in RW_T1tRead()
857 tNFC_STATUS RW_T1tWriteErase (UINT8 block, UINT8 byte, UINT8 new_byte) in RW_T1tWriteErase()
910 tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte) in RW_T1tWriteNoErase()
/external/webkit/Source/WebCore/svg/
DSVGPathByteStream.h64 void append(unsigned char byte) { m_data.append(byte); } in append()
/external/open-vcdiff/src/
Djsonwriter.cc89 void JSONCodeTableWriter::Run(size_t size, unsigned char byte) { in Run()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestbitmap.c37 { int i, j; Uint8 *buf, byte; in LoadXBM() local
/external/icu4c/tools/icuinfo/
Dicuinfo.cpp73 uint8_t byte; in cmd_version() member
/external/icu4c/common/
Dbytestriebuilder.cpp309 char byte=elements[i++].charAt(byteIndex, *strings); in countElementUnits() local
321 char byte=elements[i++].charAt(byteIndex, *strings); in skipElementsBySomeUnits() local
400 BytesTrieBuilder::write(int32_t byte) { in write()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c172 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte()
188 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
307 uint8_t byte = 0; in readPrefixes() local
/external/quake/quake/src/WinQuake/
Dcommon.h23 typedef unsigned char byte; typedef

12345