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

1 2 3

  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_hybrid_filter_bank_allocation.cpp 141 HYBRID *hs; local
147 hs = (HYBRID *)ptr;
151 hs->pResolution = (Int32*)ptr;
158 hs->pResolution[i] = pResolution[i];
173 hs->nQmfBands = noBands;
174 hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1;
176 hs->mQmfBufferReal = (Int32 **)ptr;
179 hs->mQmfBufferImag = (Int32 **)ptr;
182 tmp = hs->qmfBufferMove; /* HYBRID_FILTER_LENGTH == 13 */
186 hs->mQmfBufferReal[i] = ptr
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_hybrid_filter_bank_allocation.cpp 141 HYBRID *hs; local
147 hs = (HYBRID *)ptr;
151 hs->pResolution = (Int32*)ptr;
158 hs->pResolution[i] = pResolution[i];
173 hs->nQmfBands = noBands;
174 hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1;
176 hs->mQmfBufferReal = (Int32 **)ptr;
179 hs->mQmfBufferImag = (Int32 **)ptr;
182 tmp = hs->qmfBufferMove; /* HYBRID_FILTER_LENGTH == 13 */
186 hs->mQmfBufferReal[i] = ptr
    [all...]
  /dalvik/vm/alloc/
HeapSource.c 54 #define HSTRACE(...) LOG(LOG_INFO, LOG_TAG "-hs", __VA_ARGS__)
176 softLimited(const HeapSource *hs)
184 return hs->softLimit <= hs->idealSize;
192 oldHeapOverhead(const HeapSource *hs, bool includeActive)
202 for (/* i = i */; i < hs->numHeaps; i++) {
204 footprint += mspace_footprint(hs->heaps[i].msp);
214 ptr2heap(const HeapSource *hs, const void *ptr)
216 const size_t numHeaps = hs->numHeaps;
222 const Heap *const heap = &hs->heaps[i]
393 HeapSource *hs; local
445 countAllocation(hs2heap(hs), hs, false); local
464 HeapSource *hs = gHs; \/\/ use a local to avoid the implicit "volatile" local
488 HeapSource *hs = gHs; \/\/ use a local to avoid the implicit "volatile" local
512 HeapSource *hs; local
546 HeapSource *hs = gHs; local
600 HeapSource *hs = gHs; local
627 HeapSource *hs = gHs; local
653 HeapSource *hs = gHs; local
717 HeapSource *hs = gHs; local
893 HeapSource *hs = gHs; local
959 HeapSource *hs = gHs; local
979 HeapSource *hs = gHs; local
1021 HeapSource *hs = gHs; local
1070 HeapSource *hs = gHs; local
1083 HeapSource *hs = gHs; local
1096 HeapSource *hs = gHs; local
1124 HeapSource *hs = gHs; local
1199 HeapSource *hs = gHs; local
1301 HeapSource *hs = gHs; local
1345 HeapSource *hs = gHs; local
1367 HeapSource *hs = gHs; local
1493 HeapSource *hs = gHs; local
1576 HeapSource *hs = gHs; local
1641 const HeapSource *hs = gHs; local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 41 HashSet hs; field in class:HashSetTest
117 assertTrue("HashSet does not contain correct elements", hs
141 int size = hs.size();
142 hs.add(new Integer(8));
143 assertTrue("Added element already contained by set", hs.size() == size);
144 hs.add(new Integer(-9));
146 hs.size() == size + 1);
147 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
161 Set orgSet = (Set) hs.clone();
162 hs.clear()
301 HashSet<String> hs = new HashSet<String>(); local
    [all...]
LinkedHashSetTest.java 38 LinkedHashSet hs; field in class:LinkedHashSetTest
127 assertTrue("LinkedHashSet does not contain correct elements", hs
151 int size = hs.size();
152 hs.add(new Integer(8));
153 assertTrue("Added element already contained by set", hs.size() == size);
154 hs.add(new Integer(-9));
156 hs.size() == size + 1);
157 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
171 Set orgSet = (Set) hs.clone();
172 hs.clear()
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 293 static int headset_send_valist(struct headset *hs, char *format, va_list ap)
304 if (!hs->rfcomm) {
310 fd = g_io_channel_unix_get_fd(hs->rfcomm);
326 static int headset_send(struct headset *hs, char *format, ...)
332 ret = headset_send_valist(hs, format, ap);
340 struct headset *hs = device->headset; local
346 hs->hf_features = strtoul(&buf[8], NULL, 10);
348 print_hf_features(hs->hf_features);
350 err = headset_send(hs, "\r\n+BRSF: %u\r\n", ag.features);
354 return headset_send(hs, "\r\nOK\r\n")
401 struct headset *hs = device->headset; local
430 struct headset *hs = dev->headset; local
440 struct headset *hs = dev->headset; local
518 struct headset *hs = device->headset; local
562 struct headset *hs = dev->headset; local
614 struct headset *hs = dev->headset; local
657 struct headset *hs = dev->headset; local
686 struct headset *hs = device->headset; local
701 struct headset *hs = device->headset; local
759 struct headset *hs = dev->headset; local
836 struct headset *hs = device->headset; local
867 struct headset *hs = device->headset; local
884 struct headset *hs = device->headset; local
939 struct headset *hs = device->headset; local
1032 struct headset *hs = device->headset; local
1050 struct headset *hs = device->headset; local
1079 struct headset *hs = device->headset; local
1100 struct headset *hs = device->headset; local
1120 struct headset *hs = device->headset; local
1174 struct headset *hs = device->headset; local
1193 struct headset *hs; local
1286 struct headset *hs = dev->headset; local
1386 struct headset *hs = dev->headset; local
1469 struct headset *hs = device->headset; local
1512 struct headset *hs = dev->headset; local
1562 struct headset *hs = device->headset; local
1583 struct headset *hs = device->headset; local
1603 struct headset *hs = device->headset; local
1643 struct headset *hs = device->headset; local
1680 struct headset *hs = device->headset; local
1718 struct headset *hs = device->headset; local
1743 struct headset *hs = device->headset; local
1791 struct headset *hs = device->headset; local
1816 struct headset *hs = device->headset; local
1842 struct headset *hs = device->headset; local
2089 struct headset *hs = dev->headset; local
2109 struct headset *hs = dev->headset; local
2130 struct headset *hs = dev->headset; local
2152 struct headset *hs; local
2233 struct headset *hs = dev->headset; local
2281 struct headset *hs = dev->headset; local
2316 struct headset *hs = dev->headset; local
2349 struct headset *hs = dev->headset; local
2367 struct headset *hs = dev->headset; local
2374 struct headset *hs = dev->headset; local
2381 struct headset *hs = dev->headset; local
2388 struct headset *hs = dev->headset; local
2400 struct headset *hs = dev->headset; local
2430 struct headset *hs = dev->headset; local
2543 struct headset *hs = dev->headset; local
2550 struct headset *hs = dev->headset; local
2557 struct headset *hs = dev->headset; local
2567 struct headset *hs = dev->headset; local
2574 struct headset *hs = dev->headset; local
2586 struct headset *hs = dev->headset; local
2623 struct headset *hs = dev->headset; local
2633 struct headset *hs = dev->headset; local
2691 struct headset *hs; local
    [all...]
unix.c 84 struct headset_data hs; member in union:unix_client::__anon883
885 struct headset_data *hs; local
930 hs = &client->d.hs;
932 if (hs->locked) {
937 hs->locked = headset_lock(dev, client->lock);
938 if (!hs->locked) {
968 struct headset_data *hs; local
995 hs = &client->d.hs;
1035 struct headset_data *hs; local
1111 struct headset_data *hs; local
1201 struct headset_data *hs; local
    [all...]
  /external/dropbear/
bignum.h 33 void sha1_process_mp(hash_state *hs, mp_int *mp);
random.c 134 hash_state hs; local
146 sha1_init(&hs);
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
148 sha1_process(&hs, (void*)readbuf, sizeof(readbuf));
149 sha1_done(&hs, hashpool);
161 hash_state hs; local
171 sha1_init(&hs);
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
173 sha1_process(&hs, (void*)&pid, sizeof(pid));
174 sha1_process(&hs, (void*)&tv, sizeof(tv))
181 hash_state hs; local
    [all...]
bignum.c 63 void sha1_process_mp(hash_state *hs, mp_int *mp) {
73 sha1_process(hs, buf_getptr(buf, i), i);
dss.c 168 hash_state hs; local
189 sha1_init(&hs);
190 sha1_process(&hs, data, len);
191 sha1_done(&hs, msghash);
313 hash_state hs; local
319 sha1_init(&hs);
320 sha1_process(&hs, data, len);
321 sha1_done(&hs, msghash);
328 sha512_init(&hs);
329 sha512_process(&hs, "the quick brown fox jumped over the lazy dog", 44)
    [all...]
common-kex.c 62 const hash_state * hs, unsigned const char X);
217 * already initialised hash_state hs, which should already have processed
225 const hash_state * hs, const unsigned char X) {
230 memcpy(&hs2, hs, sizeof(hash_state));
236 memcpy(&hs2, hs, sizeof(hash_state));
260 hash_state hs; local
268 sha1_init(&hs);
269 sha1_process_mp(&hs, ses.dh_K);
272 sha1_process(&hs, ses.hash, SHA1_HASH_SIZE);
295 hashkeys(C2S_IV, SHA1_HASH_SIZE, &hs, 'A')
519 hash_state hs; local
    [all...]
signkey.c 280 hash_state hs; local
285 md5_init(&hs);
288 md5_process(&hs, keyblob, keybloblen);
290 md5_done(&hs, hash);
315 hash_state hs; local
320 sha1_init(&hs);
323 sha1_process(&hs, keyblob, keybloblen);
325 sha1_done(&hs, hash);
rsa.c 390 hash_state hs; local
410 sha1_init(&hs);
411 sha1_process(&hs, data, len);
412 sha1_done(&hs, buf_getwriteptr(rsa_EM, SHA1_HASH_SIZE));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 224 public static void logHeader(HeaderSet hs) {
225 Log.v(TAG, "Dumping HeaderSet " + hs.toString());
228 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
229 Log.v(TAG, "NAME : " + hs.getHeader(HeaderSet.NAME));
230 Log.v(TAG, "TYPE : " + hs.getHeader(HeaderSet.TYPE));
231 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));
232 Log.v(TAG, "TIME_ISO_8601 : " + hs.getHeader(HeaderSet.TIME_ISO_8601));
233 Log.v(TAG, "TIME_4_BYTE : " + hs.getHeader(HeaderSet.TIME_4_BYTE));
234 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION));
235 Log.v(TAG, "TARGET : " + hs.getHeader(HeaderSet.TARGET))
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 58 HashSet<Integer> hs = new HashSet<Integer>(); local
59 hs.add(new Integer(0));
60 hs.add(new Integer(25));
61 hs.add(new Integer(99));
64 col.containsAll(hs));
65 hs.add(new Integer(100));
68 !col.containsAll(hs));
Support_UnmodifiableMapTest.java 116 HashSet<String> hs = new HashSet<String>(); local
117 hs.add("0");
118 hs.add("25");
119 hs.add("99");
122 keySet.containsAll(hs));
123 hs.add("100");
126 !keySet.containsAll(hs));
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PolicyNodeTest.java 45 private HashSet hs = null; field in class:PolicyNodeTest
85 hs = new HashSet();
86 hs.add(new String("StringParameter1"));
87 hs.add(new String("StringParameter2"));
88 hs.add(new String("StringParameter3"));
92 hs = new HashSet();
94 hs.add(new PolicyQualifierInfo(getDerEncoding()));
235 MyPolicyNode pn = new MyPolicyNode(null, anyPolicy, null, criticalityIndicator, hs, true);
238 assertEquals(res.size(), hs.size());
239 assertEquals(res, hs);
    [all...]
  /external/qemu/hw/
usb-hid.c 407 static void usb_hid_changed(USBHIDState *hs)
409 hs->changed = 1;
411 if (hs->datain)
412 hs->datain(hs->datain_opaque);
418 USBHIDState *hs = opaque; local
419 USBMouseState *s = &hs->ptr;
426 usb_hid_changed(hs);
432 USBHIDState *hs = opaque; local
433 USBMouseState *s = &hs->ptr
445 USBHIDState *hs = opaque; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 136 * @param hs The heap segment to pull the entry from.
142 public HeapSegmentElement(HeapSegment hs)
144 set(hs);
151 * @param hs The heap segment to pull the entry from.
158 public HeapSegmentElement set(HeapSegment hs)
164 ByteBuffer data = hs.mUsageData;
183 setLength(eLen * hs.mAllocationUnitSize);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BaseHeapPanel.java 117 HeapSegment hs = iterator.next(); local
123 e = hs.getNextElement(null);
  /frameworks/base/libs/ui/
Overlay.cpp 155 uint32_t w, uint32_t h, int32_t f, uint32_t ws, uint32_t hs)
157 mWidth(w), mHeight(h), mFormat(f), mWidthStride(ws), mHeightStride(hs),
178 uint32_t hs = data.readInt32(); local
188 result->mHeightStride = hs;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /frameworks/base/include/ui/
Overlay.h 44 uint32_t w, uint32_t h, int32_t f, uint32_t ws, uint32_t hs);
  /system/core/sh/
histedit.c 170 sethistsize(const char *hs)
176 if (hs == NULL || *hs == '\0' ||
177 (histsize = atoi(hs)) < 0)

Completed in 816 milliseconds

1 2 3