HomeSort by relevance Sort by last modified time
    Searched refs:ht (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /ndk/sources/host-tools/make-3.81/
hash.c 27 static void hash_rehash __P((struct hash_table* ht));
43 hash_init (struct hash_table *ht, unsigned long size,
46 ht->ht_size = round_up_2 (size);
47 ht->ht_empty_slots = ht->ht_size;
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
49 if (ht->ht_vec == 0)
52 ht->ht_size * sizeof(struct token *));
56 ht->ht_capacity = ht->ht_size - (ht->ht_size / 16); /* 93.75% loading factor *
    [all...]
hash.h 60 void hash_init __P((struct hash_table *ht, unsigned long size,
62 void hash_load __P((struct hash_table *ht, void *item_table,
64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
65 void *hash_find_item __P((struct hash_table *ht, void const *key));
66 void *hash_insert __P((struct hash_table *ht, const void *item));
67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
68 void *hash_delete __P((struct hash_table *ht, void const *item));
69 void *hash_delete_at __P((struct hash_table *ht, void const *slot));
70 void hash_delete_items __P((struct hash_table *ht));
71 void hash_free_items __P((struct hash_table *ht));
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java 36 MockHandlerThread ht = new MockHandlerThread("test"); local
37 assertEquals(-1, ht.getThreadId());
38 ht.start();
41 assertEquals(ht.getMyTid(), ht.getThreadId());
43 assertTrue(ht.isRunCalled());
45 assertTrue(ht.isOnLooperPreparedCalled());
47 assertNotNull(ht.getLooper());
48 Looper looper = ht.getLooper();
50 assertSame(ht.getMyLooper(), looper)
    [all...]
  /external/openssh/regress/
keytype.sh 32 for ht in $htypes; do
33 trace "ssh connect, userkey $ut, hostkey $ht"
36 echo HostKey $OBJ/key.$ht
44 cat $OBJ/key.$ht.pub
48 printf "userkey $ut, hostkey ${ht}:\t"
51 fail "ssh userkey $ut, hostkey $ht failed"
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 97 huffcodetab ht[HUFF_TBL]; member in struct:__anon19371
pvmp3_huffman_parsing.cpp 185 h = &(pVars->ht[grInfo->table_select[0]]);
200 h = &(pVars->ht[grInfo->table_select[1]]);
215 h = &(pVars->ht[grInfo->table_select[2]]);
232 h = &(pVars->ht[grInfo->table_select[0]]);
246 h = &(pVars->ht[grInfo->table_select[1]]);
262 h = &(pVars->ht[grInfo->table_select[0]]);
281 h = &(pVars->ht[grInfo->count1table_select+32]);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 69 HandlerThread ht = new HandlerThread("test1"); local
70 ht.start();
71 Looper looper = ht.getLooper();
88 HandlerThread ht = new HandlerThread("test1"); local
89 ht.start();
90 Looper looper = ht.getLooper();
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 125 Hashtable ht = new Hashtable(map); local
127 ht.get("Gah") == firstVal);
129 ht.get("Ooga") == secondVal);
267 // final Hashtable ht = new Hashtable(7);
268 // ht.put("1", "a");
270 // ht.put("2", "b");
271 // ht.put("9", "c");
272 // ht.put("12", "d");
276 // Enumeration en = ht.elements();
279 // ht.remove("12")
397 final Hashtable ht = new Hashtable(); local
446 final Hashtable ht = new Hashtable(3); local
523 final Hashtable ht = new Hashtable(); local
678 final Hashtable ht = new Hashtable(); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 102 Hashtable ht = new Hashtable(map); local
104 ht.get("Gah") == firstVal);
106 ht.get("Ooga") == secondVal);
218 final Hashtable ht = new Hashtable(7); local
219 ht.put("1", "a");
221 ht.put("2", "b");
222 ht.put("9", "c");
223 ht.put("12", "d");
227 Enumeration en = ht.elements();
230 ht.remove("12")
336 final Hashtable ht = new Hashtable(); local
395 final Hashtable ht = new Hashtable(3); local
473 final Hashtable ht = new Hashtable(); local
506 final Hashtable ht = new Hashtable(7); local
618 final Hashtable ht = new Hashtable(); local
    [all...]
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 59 int ht = mBitmap.getHeight(); local
61 int need = ht - (v + fm.descent - fm.ascent - istartv);
65 need = ht - (v + fm.bottom - fm.top - istartv);
DrawableMarginSpan.java 62 int ht = mDrawable.getIntrinsicHeight(); local
64 int need = ht - (v + fm.descent - fm.ascent - istartv);
68 need = ht - (v + fm.bottom - fm.top - istartv);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table;
47 struct ht struct
98 extern void ht_load (hash_table *ht, hashnode *entries,
toplev.h 70 extern struct ht *ident_hash;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table;
47 struct ht struct
98 extern void ht_load (hash_table *ht, hashnode *entries,
toplev.h 70 extern struct ht *ident_hash;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table;
47 struct ht struct
98 extern void ht_load (hash_table *ht, hashnode *entries,
toplev.h 70 extern struct ht *ident_hash;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 41 typedef struct ht hash_table;
47 struct ht struct
98 extern void ht_load (hash_table *ht, hashnode *entries,
toplev.h 70 extern struct ht *ident_hash;
  /cts/tests/tests/database/src/android/database/cts/
ContentObserverTest.java 48 HandlerThread ht = new HandlerThread(getClass().getName()); local
49 ht.start();
50 Looper looper = ht.getLooper();
92 HandlerThread ht = new HandlerThread(getClass().getName()); local
93 ht.start();
94 Looper looper = ht.getLooper();
  /external/webkit/LayoutTests/fast/url/script-tests/
scheme.js 13 // ["ht%3Atp", "ht%3atp"],
  /external/openssl/crypto/bn/asm/
pa-risc2.s 165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
195 LDD -24(%sp),ht_0 ; ht[0]
196 LDD -56(%sp),ht_1 ; ht[1]
203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
212 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
213 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
218 ADD,DC ht_1,%r0,ht_1 ; ht[1]+
1015 ht .reg %r6 label
    [all...]
pa-risc2W.s 157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
187 LDD -24(%sp),ht_0 ; ht[0]
188 LDD -56(%sp),ht_1 ; ht[1]
195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
204 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
205 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
210 ADD,DC ht_1,%r0,ht_1 ; ht[1]+
1002 ht .reg %r6 label
    [all...]
  /external/webkit/Tools/EWebLauncher/
main.c 530 Ewk_Hit_Test *ht; local
533 ht = ewk_frame_hit_test_new(frame, x, y);
534 if (!ht)
554 ht->x, ht->y,
555 ht->bounding_box.x, ht->bounding_box.y, ht->bounding_box.w, ht->bounding_box.h,
556 ht->title
    [all...]
  /external/openssl/crypto/bn/
bn_lcl.h 418 BN_ULONG m,m1,lt,ht; \
421 ht=h; \
424 m1=(bl)*(ht); \
425 ht =(bh)*(ht); \
426 m=(m+m1)&BN_MASK2; if (m < m1) ht+=L2HBITS((BN_ULONG)1); \
427 ht+=HBITS(m); \
429 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
431 (h)=ht; \

Completed in 608 milliseconds

1 2 3 4 5