HomeSort by relevance Sort by last modified time
    Searched defs:did (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcphuff.c 772 boolean did[NUM_HUFF_TBLS]; local
782 MEMZERO(did, SIZEOF(did));
793 if (! did[tbl]) {
801 did[tbl] = TRUE;
  /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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 775 boolean did[NUM_HUFF_TBLS]; local
785 MEMZERO(did, SIZEOF(did));
796 if (! did[tbl]) {
804 did[tbl] = TRUE;
  /external/qemu/distrib/jpeg-6b/
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/hw/core/
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...]

Completed in 271 milliseconds