HomeSort by relevance Sort by last modified time
    Searched refs:hvalue (Results 1 - 13 of 13) sorted by null

  /external/selinux/libsepol/src/
hashtab.c 68 int hvalue; local
74 hvalue = h->hash_value(h, key);
76 cur = h->htable[hvalue];
95 newnode->next = h->htable[hvalue];
96 h->htable[hvalue] = newnode;
107 int hvalue; local
113 hvalue = h->hash_value(h, key);
115 cur = h->htable[hvalue];
125 h->htable[hvalue] = cur->next;
140 int hvalue; local
181 int hvalue; local
    [all...]
sidtab.c 45 int hvalue; local
51 hvalue = SIDTAB_HASH(sid);
53 cur = s->htable[hvalue];
77 newnode->next = s->htable[hvalue];
78 s->htable[hvalue] = newnode;
89 int hvalue; local
95 hvalue = SIDTAB_HASH(sid);
97 cur = s->htable[hvalue];
107 s->htable[hvalue] = cur->next;
120 int hvalue; local
    [all...]
avtab.c 92 avtab_insert_node(avtab_t * h, int hvalue, avtab_ptr_t prev, avtab_key_t * key,
127 newnode->next = h->htable[hvalue];
128 h->htable[hvalue] = newnode;
137 int hvalue; local
145 hvalue = avtab_hash(key, h->mask);
146 for (prev = NULL, cur = h->htable[hvalue];
168 newnode = avtab_insert_node(h, hvalue, prev, key, datum);
182 int hvalue; local
189 hvalue = avtab_hash(key, h->mask);
190 for (prev = NULL, cur = h->htable[hvalue];
214 int hvalue; local
249 int hvalue; local
    [all...]
  /external/selinux/policycoreutils/newrole/
hashtab.c 47 int hvalue; local
53 hvalue = h->hash_value(h, key);
55 cur = h->htable[hvalue];
74 newnode->next = h->htable[hvalue];
75 h->htable[hvalue] = newnode;
86 int hvalue; local
92 hvalue = h->hash_value(h, key);
94 cur = h->htable[hvalue];
104 h->htable[hvalue] = cur->next;
119 int hvalue; local
160 int hvalue; local
    [all...]
  /external/libselinux/src/
avc_sidtab.c 51 int hvalue, rc = 0; local
67 hvalue = sidtab_hash(newctx);
68 newnode->next = s->htable[hvalue];
71 s->htable[hvalue] = newnode;
81 int hvalue, rc = 0; local
85 hvalue = sidtab_hash(ctx);
88 cur = s->htable[hvalue];
avc.c 263 uint32_t hvalue; local
265 hvalue = avc_cache.lru_hint;
269 cur = avc_cache.slots[hvalue];
279 hvalue = (hvalue + 1) & (AVC_CACHE_SLOTS - 1);
280 } while (hvalue != avc_cache.lru_hint);
287 avc_cache.lru_hint = hvalue;
290 avc_cache.slots[hvalue] = cur->next;
307 int hvalue; local
322 hvalue = avc_hash(ssid, tsid, tclass)
341 int hvalue; local
    [all...]
  /external/selinux/libselinux/src/
avc_sidtab.c 51 int hvalue, rc = 0; local
67 hvalue = sidtab_hash(newctx);
68 newnode->next = s->htable[hvalue];
71 s->htable[hvalue] = newnode;
81 int hvalue, rc = 0; local
85 hvalue = sidtab_hash(ctx);
88 cur = s->htable[hvalue];
avc.c 303 uint32_t hvalue; local
305 hvalue = avc_cache.lru_hint;
309 cur = avc_cache.slots[hvalue];
319 hvalue = (hvalue + 1) & (AVC_CACHE_SLOTS - 1);
320 } while (hvalue != avc_cache.lru_hint);
327 avc_cache.lru_hint = hvalue;
330 avc_cache.slots[hvalue] = cur->next;
347 int hvalue; local
362 hvalue = avc_hash(ssid, tsid, tclass)
381 int hvalue; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 159 HValue* hvalue = this->hydrogen_value(); local
160 return hvalue != NULL &&
161 hvalue->representation().IsInteger32() &&
162 chunk->GetDehoistedKeyIds()->Contains(hvalue->id());
444 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
449 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, XMMRegister reg) {
454 LOperand* LChunkBuilder::UseRegister(HValue* value) {
459 LOperand* LChunkBuilder::UseRegisterAtStart(HValue* value) {
466 LOperand* LChunkBuilder::UseTempRegister(HValue* value)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 224 dwarf_vmatoa64 (dwarf_vma hvalue, dwarf_vma lvalue, char *buf,
229 if (hvalue == 0)
233 len = snprintf (buf, buf_len, "%" DWARF_VMA_FMT "x", hvalue);
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 656 milliseconds