Searched refs:slot (Results 1 - 25 of 524) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
H A Dtls_nss.c217 static char * nss_password_cb(PK11SlotInfo *slot, PRBool retry, void *arg) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7300 if (slot >= 0)
7301 NLA_PUT_U8(msg, NL80211_ATTR_BSS_SHORT_SLOT_TIME, slot);
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
H A Dtls_nss.c217 static char * nss_password_cb(PK11SlotInfo *slot, PRBool retry, void *arg) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7300 if (slot >= 0)
7301 NLA_PUT_U8(msg, NL80211_ATTR_BSS_SHORT_SLOT_TIME, slot);
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
H A Dtls_nss.c217 static char * nss_password_cb(PK11SlotInfo *slot, PRBool retry, void *arg) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c7284 int slot, int ht_opmode, int ap_isolate,
7300 if (slot >= 0)
7301 NLA_PUT_U8(msg, NL80211_ATTR_BSS_SHORT_SLOT_TIME, slot);
7283 nl80211_set_bss(struct i802_bss *bss, int cts, int preamble, int slot, int ht_opmode, int ap_isolate, int *basic_rates) argument
/external/vixl/test/
H A Dtest-assembler-a64.cc8365 int slot = 0; local
8373 uint64_t hi = stack[slot++];
8374 uint64_t lo = stack[slot++];
8377 expected = stack[slot++];
8388 VIXL_ASSERT(slot == requested_w_slots);
/external/webp/src/dec/
H A Dvp8l.c220 const int slot = code_len - kCodeLengthLiterals; local
221 const int extra_bits = kCodeLengthExtraBits[slot];
222 const int repeat_offset = kCodeLengthRepeatOffsets[slot];
/external/webp/src/enc/
H A Dtoken.c14 // For dynamic probability, we just record the slot id (idx) for the probability
35 // bits 0..13: slot or constant proba
95 const int slot = --b->left_; local
96 b->tokens_[slot] = (bit << 15) | proba_idx;
106 const int slot = --b->left_; local
107 b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
/external/webp/src/utils/
H A Dquant_levels.c78 int s, slot = 0; local
82 // Keep track of the nearest neighbour 'slot'
83 while (slot < num_levels - 1 &&
84 2 * s > inv_q_level[slot] + inv_q_level[slot + 1]) {
85 ++slot;
88 q_sum[slot] += s * freq[s];
89 q_count[slot] += freq[s];
91 q_level[s] = slot;
96 for (slot
126 const int slot = q_level[s]; local
[all...]
/external/tcpdump/
H A Dprint-wb.c153 u_int32_t slot; member in struct:pgstate
197 EXTRACT_32BITS(&id->pi_ps.slot),
275 EXTRACT_32BITS(&ps->slot),
/external/stressapptest/src/
H A Dfinelock_queue.cc286 // Get a random number from the slot we locked.
287 uint64 FineLockPEQueue::GetRandom64FromSlot(int slot) { argument
290 uint64 result = 2862933555777941757ULL * rand_seed_[slot] + 3037000493ULL;
291 rand_seed_[slot] = result;
298 // Try each available slot.
H A Dfinelock_queue.h57 uint64 GetRandom64FromSlot(int slot);
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h45 * MY_RULE = "My name is $name" where "name" is a slot
76 * MY_RULE = "My name is $name" where "name" is a slot
118 * Adds word to rule slot.
121 * @param slot Slot name
122 * @param word Word to be added to the slot
130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word,
142 * Adds nametag to rule slot.
145 * @param slot Slot name
153 ESR_ReturnCode(*addNametagToSlot)(struct SR_Grammar_t* self, const LCHAR* slot,
324 * Adds word to rule slot
[all...]
H A DSR_GrammarImpl.h142 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot,
152 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddNametagToSlot(SR_Grammar* self, const LCHAR* slot,
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c38 ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, argument
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
61 ESR_ReturnCode SR_GrammarAddNametagToSlot(SR_Grammar* self, const LCHAR* slot, argument
69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
H A DSR_GrammarImpl.c149 ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, argument
160 if ( slot != NULL )
162 if ( strlen ( slot ) >= MAX_STRING_LEN )
164 PLogError ( "SR_Grammar_AddWordToSlot slot : %s too long : Max %d", slot, MAX_STRING_LEN - 1 );
232 CHKLOG(logrc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, L("SLOT"), slot));
250 ca_rc = CA_AddWordToSyntax(impl->syntax, slot, word, pronunciation, weight);
255 CHKLOG(rc, impl->semgraph->addWordToSlot(impl->semgraph, slot, word, tag, 1));
260 CHKLOG(rc, impl->semgraph->addWordToSlot(impl->semgraph, slot, word, tag, 0));
291 PLogError(L("failed on |%s|%s|%s|\n"), slot, wor
328 SR_Grammar_AddNametagToSlot(SR_Grammar* self, const LCHAR* slot, const SR_Nametag* nametag, int weight, const LCHAR* tag) argument
[all...]
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h81 * Adds a word to the semantic graph at the specified slot. Tag may be defined or NULL.
84 * @param slot Where to insert in graph (only ROOT supported right now)
89 ESR_ReturnCode(*addWordToSlot)(struct SR_SemanticGraph_t* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
H A DSR_SemanticGraphImpl.h90 * Only Root slot supported for now.
100 * Free list of arcs for dynamic add word to slot.
109 /* slot addition */
138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
H A DSR_SymbolTable.h70 * Pointer to the next available symbol slot for storing a symbol in the array
130 * @param slot pointer to the slot given (NULL if none available)
132 SREC_SEMPROC_API ESR_ReturnCode ST_getSymbolSlot(SymbolTable* self, Symbol** slot);
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c1062 /* Is word already added in this slot? if so, get the token pointer, else, token is NULL
1066 * semgraph slot at some earlier point
1075 if (token == NULL) /* new word to add to slot */
1155 PLogMessage(L("Adding alternate meaning %s for word %s (%s) in slot %s\n"), script, word,
H A DSymbolTable.c196 ESR_ReturnCode ST_getSymbolSlot(SymbolTable* ptr, Symbol** slot) argument
200 if (ptr == NULL || slot == NULL)
206 *slot = ptr->next++;

Completed in 3135 milliseconds

1234567891011>>