Home
last modified time | relevance | path

Searched refs:stores (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/bluetooth/bluez/tools/
Dbccmd.c176 static char *storestostr(uint16_t stores) in storestostr() argument
178 switch (stores) { in storestostr()
585 uint16_t type, stores[4] = { 0x0001, 0x0002, 0x0004, 0x0008 }; in cmd_memtypes() local
592 array[0] = stores[i] & 0xff; in cmd_memtypes()
593 array[1] = stores[i] >> 8; in cmd_memtypes()
601 printf("%s (0x%04x) = %s (%d)\n", storestostr(stores[i]), in cmd_memtypes()
602 stores[i], memorytostr(type), type); in cmd_memtypes()
615 static int opt_pskey(int argc, char *argv[], uint16_t *stores, int *reset, int *help) in opt_pskey() argument
622 if (!stores) in opt_pskey()
625 *stores = 0x0000; in opt_pskey()
[all …]
Dcsr.c2560 int csr_read_pskey_complex(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint8_t *value… in csr_read_pskey_complex() argument
2566 stores & 0xff, stores >> 8, 0x00, 0x00 }; in csr_read_pskey_complex()
2602 int csr_write_pskey_complex(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint8_t *valu… in csr_write_pskey_complex() argument
2608 stores & 0xff, stores >> 8, 0x00, 0x00 }; in csr_write_pskey_complex()
2644 int csr_read_pskey_uint16(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint16_t *value) in csr_read_pskey_uint16() argument
2649 err = csr_read_pskey_complex(dd, seqnum, pskey, stores, array, 2); in csr_read_pskey_uint16()
2656 int csr_write_pskey_uint16(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint16_t value) in csr_write_pskey_uint16() argument
2660 return csr_write_pskey_complex(dd, seqnum, pskey, stores, array, 2); in csr_write_pskey_uint16()
2663 int csr_read_pskey_uint32(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint32_t *value) in csr_read_pskey_uint32() argument
2668 err = csr_read_pskey_complex(dd, seqnum, pskey, stores, array, 4); in csr_read_pskey_uint32()
[all …]
Dcsr.h543 int csr_read_pskey_complex(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint8_t *value…
544 int csr_write_pskey_complex(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint8_t *valu…
545 int csr_read_pskey_uint16(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint16_t *value…
546 int csr_write_pskey_uint16(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint16_t value…
547 int csr_read_pskey_uint32(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint32_t *value…
548 int csr_write_pskey_uint32(int dd, uint16_t seqnum, uint16_t pskey, uint16_t stores, uint32_t value…
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java26 private List stores; field in ExtendedPKIXParameters
60 stores = new ArrayList(); in ExtendedPKIXParameters()
128 stores = new ArrayList(_params.stores); in setParams()
202 public void setCertStores(List stores) in setCertStores() argument
204 if (stores != null) in setCertStores()
206 Iterator it = stores.iterator(); in setCertStores()
225 public void setStores(List stores) in setStores() argument
227 if (stores == null) in setStores()
229 this.stores = new ArrayList(); in setStores()
233 for (Iterator i = stores.iterator(); i.hasNext();) in setStores()
[all …]
/external/bluetooth/hcidump/parser/
Dcsr.c208 uint16_t key, stores, next; in psnext_dump() local
211 stores = CSR_U16(frm); in psnext_dump()
215 printf("%s: key 0x%4.4x stores 0x%4.4x next 0x%4.4x\n", str, key, stores, next); in psnext_dump()
232 uint16_t key, stores; in psstores_dump() local
235 stores = CSR_U16(frm); in psstores_dump()
238 printf("%s: key 0x%4.4x stores 0x%4.4x\n", str, key, stores); in psstores_dump()
243 uint16_t key, length, stores; in pskey_dump() local
247 stores = CSR_U16(frm); in pskey_dump()
250 printf("PSKEY: key 0x%4.4x len %d stores 0x%4.4x\n", key, length, stores); in pskey_dump()
/external/llvm/test/Transforms/InstCombine/
Dalign-2d-gep.ll4 ; A multi-dimensional array in a nested loop doing vector stores that
7 ; array dimension is not even, so the stores to it won't always be
9 ; stores.
/external/oprofile/events/mips/5K/
Devents10 …ounters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional stores) executed
11 event:0x4 counters:0,1 um:zero minimum:500 name:COND_STORES_EXECED : Conditional stores executed
17 event:0x5 counters:0 um:zero minimum:500 name:FAILED_COND_STORES : Failed conditional stores
/external/llvm/test/CodeGen/X86/
D2008-06-13-NotVolatileLoadStore.ll4 ; These transforms are turned off for load volatiles and stores.
5 ; Check that they weren't turned off for all loads and stores!
/external/oprofile/events/mips/vr5432/
Devents9 … name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
10 …zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
/external/llvm/lib/Target/PTX/
DPTXInstrLoadStore.td136 // Classes for loads/stores
251 // Instruction definitions for loads/stores
254 // Global/shared stores
263 // Param loads/stores
271 // Local loads/stores
/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-basics-expected.txt12 Deleted all object stores.
64 Deleted all object stores.
Dset_version_blocked-expected.txt16 Deleted all object stores.
Dqueued-commands-expected.txt12 Deleted all object stores.
/external/llvm/test/Transforms/LICM/
D2003-02-27-StoreSinkPHIs.ll1 ; LICM is adding stores before phi nodes. bad.
/external/clang/test/Analysis/
Ddead-stores.m63 // Don't flag dead stores to assignments to self within a nested assignment.
79 // Don't flag dead stores when a variable is captured in a block used
/external/protobuf/src/google/protobuf/
Ddescriptor.proto205 // store the values in them. Instead it stores them in a field in the *Options
275 // The parser stores options it doesn't recognize here. See above.
308 // The parser stores options it doesn't recognize here. See above.
356 // The parser stores options it doesn't recognize here. See above.
365 // The parser stores options it doesn't recognize here. See above.
373 // The parser stores options it doesn't recognize here. See above.
387 // The parser stores options it doesn't recognize here. See above.
401 // The parser stores options it doesn't recognize here. See above.
/external/llvm/test/Transforms/BBVectorize/
Dsimple-ldstr.ll5 ; Simple 3-pair chain with loads and stores
33 ; Simple chain with extending loads and stores
67 ; Simple chain with loads and truncating stores
/external/webkit/LayoutTests/platform/android-v8/storage/domstorage/sessionstorage/
Dstring-conversion-expected.txt1 This test case verifies that session storage only stores strings.
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Dstring-conversion-expected.txt1 This test case verifies that local storage only stores strings.
/external/webkit/LayoutTests/platform/android-v8/storage/domstorage/localstorage/
Dstring-conversion-expected.txt1 This test case verifies that local storage only stores strings.
/external/llvm/test/CodeGen/XCore/
Dunaligned_store.ll13 ; Half word aligned store. Expands to two 16bit stores.
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Dstring-conversion-expected.txt1 This test case verifies that session storage only stores strings.
/external/oprofile/events/mips/r12000/
Devents7 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:DECODED_STORES : Decoded stores
23 event:0x13 counters:0,1,2,3 um:zero minimum:500 name:GRADUATED_STORES : Graduated stores
/external/llvm/test/CodeGen/ARM/
D2011-10-26-memset-with-neon.ll11 ; Trigger multiple NEON stores.
/external/llvm/test/Transforms/EarlyCSE/
Dbasic.ll61 ;; Cross block load value numbering stops when stores happen.
110 ;; Readnone functions aren't invalidated by stores.

1234567891011