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

  /external/bluetooth/hcidump/parser/
csr.c 208 uint16_t key, stores, next; local
211 stores = CSR_U16(frm);
215 printf("%s: key 0x%4.4x stores 0x%4.4x next 0x%4.4x\n", str, key, stores, next);
227 frm->in ? "len" : "stores", length);
232 uint16_t key, stores; local
235 stores = CSR_U16(frm);
238 printf("%s: key 0x%4.4x stores 0x%4.4x\n", str, key, stores);
243 uint16_t key, length, stores; local
    [all...]
  /external/bluetooth/bluez/tools/
bccmd.c 176 static char *storestostr(uint16_t stores)
178 switch (stores) {
585 uint16_t type, stores[4] = { 0x0001, 0x0002, 0x0004, 0x0008 }; local
592 array[0] = stores[i] & 0xff;
593 array[1] = stores[i] >> 8;
601 printf("%s (0x%04x) = %s (%d)\n", storestostr(stores[i]),
602 stores[i], memorytostr(type), type);
609 { "stores", 1, 0, 's' },
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help)
622 if (!stores)
671 uint16_t pskey, length, value, stores = CSR_STORES_DEFAULT; local
746 uint16_t pskey, length, value, stores = CSR_STORES_PSRAM; local
852 uint16_t pskey, stores = CSR_STORES_PSRAM; local
889 uint16_t pskey = 0x0000, length, stores = CSR_STORES_DEFAULT; local
934 uint16_t pskey = 0x0000, length, stores = CSR_STORES_DEFAULT; local
1003 uint16_t pskey, length, size, stores = CSR_STORES_PSRAM; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 26 private List stores; field in class:ExtendedPKIXParameters
60 stores = new ArrayList();
128 stores = new ArrayList(_params.stores);
199 * @throws ClassCastException if an element of <code>stores</code> is not
202 public void setCertStores(List stores)
204 if (stores != null)
206 Iterator it = stores.iterator();
215 * Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute
220 * @param stores A list of stores to use
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-operands.h 149 bitmap stores; member in struct:stmt_operands_d
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-operands.h 149 bitmap stores; member in struct:stmt_operands_d

Completed in 324 milliseconds