/external/jpeg/ |
jcphuff.c | 774 boolean did[NUM_HUFF_TBLS]; local 784 MEMZERO(did, SIZEOF(did)); 795 if (! did[tbl]) { 803 did[tbl] = TRUE;
|
/external/libnfc-nxp/src/ |
phHciNfc_NfcIPMgmt.h | 164 uint8_t did; member in struct:phHciNfc_NfcIP_Info 406 * The phHciNfc_NfcIP_SetDID function sets the DID value for the initiator 412 * \param[in] did Device ID 424 uint8_t did 431 * the host type (initiator or target) like PSL, NAD and DID 438 * \param[in] nfcip_options specifies enabled options PSL, NAD and DID
|
/external/qemu/ |
loader.c | 88 size_t want, did; local 92 did = fread(buf, 1, want, f); 94 cpu_physical_memory_write_rom(dst_addr, buf, did); 95 dst_addr += did; 96 nbytes -= did; 97 if (did != want) 114 size_t want, did; local 118 did = read(fd, buf, want); 119 if (did != want) break; 121 cpu_physical_memory_write_rom(dst_addr, buf, did); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 2347 String did = dialogId.toString().toLowerCase(); local [all...] |