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

1 2 3 4

  /external/clang/test/CodeGen/
fp16-ops.c 5 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
18 test = (!h1);
22 h1 = -h1;
25 h1 = +h1;
29 h1++;
33 ++h1;
37 --h1;
41 h1--
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
RawHeadersTest.java 44 RawHeaders h1 = new RawHeaders(); local
45 h1.add("key", "value1");
46 h1.add("key", "value2");
47 RawHeaders h2 = RawHeaders.fromMultimap(h1.toMultimap());
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 73 final Handler h1 = new Handler(th1.getLooper()) { local
87 Message msg = h1.obtainMessage(TEST_WHAT);
89 synchronized (h1) {
91 h1.sendMessage(msg);
94 h1.wait();
BroadcasterTest.java 134 Handler h1;
139 h1 = new H();
142 b.request(MESSAGE_A, h1, MESSAGE_C);
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
169 Handler h1;
174 h1 = new H();
177 b.request(MESSAGE_A, h1, MESSAGE_C);
204 Handler h1;
209 h1 = new H();
212 b.request(MESSAGE_A, h1, MESSAGE_C)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spreproc.cpp 116 h1 -- Word16 array -- impulse response
184 Word16 h1[], /* o : impulse response */
211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0);
212 Syn_filt(Ap2, h1, h1, L_SUBFR, zero, 0);
spreproc.h 121 Word16 h1[], /* o : impulse response */
cl_ltp.cpp 445 h1 = pointer to impulse response vector (Word16)
499 Word16 *h1, // i : Impulse response vector Q12
524 mode, T_op, exc, xn, h1,
533 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
541 Convolve(exc, h1, y1, L_SUBFR);
625 Word16 *h1, /* i : Impulse response vector Q12 */
663 h1,
676 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
690 Convolve(exc, h1, yl, L_SUBFR);
cl_ltp.h 139 Word16 *h1, /* i : Impulse response vector Q12 */
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 36 template<typename T> T h1(T);
37 template<typename R, typename A1> R h1(A1);
38 int h1(char);
44 ha(h1);
45 hb(h1);
MicrosoftExtensions.cpp 88 template<typename T> void h1(T (__stdcall M::* const )()) { }
91 h1<int>(&M::addP);
92 h1(&M::subtractP);
  /external/oprofile/libpp/
op_header.h 21 * @param h1 sample file header
25 * check that the h1 and h2 are coherent (same size, same mtime etc.)
28 void op_check_header(opd_header const & h1, opd_header const & h2,
  /external/clang/test/Sema/
function-redecl.c 112 extern __typeof (h0) h1 __attribute__((__sentinel__));
113 extern __typeof (h1) h1 __attribute__((__sentinel__));
  /external/iproute2/misc/
ifstat.c 222 struct ifstat_ent *h1; local
225 for (h1 = h; h1; h1 = h1->next) {
226 if (h1->ifindex == n->ifindex) {
227 vals = h1->val;
228 rates = h1->rate;
229 h = h1->next;
401 struct ifstat_ent *h1; local
439 struct ifstat_ent *h1; local
    [all...]
nstat.c 268 struct nstat_ent *h1; local
271 for (h1 = h; h1; h1 = h1->next) {
272 if (strcmp(h1->id, n->id) == 0) {
273 val = h1->val;
274 h = h1->next;
291 struct nstat_ent *h1; local
292 for (h1 = h; h1; h1 = h1->next)
333 struct nstat_ent *h1; local
    [all...]
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 178 friend void h1(S s);
187 h1(s1); h1(s2); h1(s3);
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
180 add $h1=$h1,$a };; // wrap up
253 { .mlx; ld4 $h1=[tmp0],8
268 mov $B=$h1
269 mux2 tmp6=$h1,0x44 }
295 st4 [tmp0]=$h1,8 };;
  /external/mesa3d/docs/
mesa.css 9 h1 {
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 70 int h1 = (g1 << 1) + g3; local
74 pDst[i+4] = (OMX_S16) h1;
armVCM4P10_TransformResidual4x4.c 71 int h1 = g1 + g2; local
75 pDst[i+4] = (OMX_S16)((h1+32)>>6);
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 16 <h1><?cs var:page.title ?></h1>
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 382 FileHandler h1 = null; local
388 h1 = new FileHandler("log/a", 0, 1);
389 assertNotNull(h1);
394 h1.close();
443 FileHandler h1 = new FileHandler("%taaa"); local
444 h1.close();
451 h1 = new FileHandler("%t/%h");
455 h1 = new FileHandler("%t%g");
456 h1.close();
460 h1 = new FileHandler("%t%u%g")
    [all...]
  /external/doclava/res/assets/templates/
docpage.cs 17 <h1><?cs var:page.title ?></h1>
sample.cs 14 <h1><?cs var:page.title ?></h1>
  /external/valgrind/unittest/
windows_tests.cc 538 HANDLE h1 = CreateSemaphore(NULL, 0, 10, NAME), local
540 ASSERT_TRUE(h1 != NULL);
543 // h1 and h2 refer to the same semaphore but are not equal.
544 EXPECT_NE(h1, h2);
550 tp.Add(NewCallback(Waiter, &VAR, h1));
554 CloseHandle(h1);
575 HANDLE h1 = CreateEvent(NULL, false, false, NULL); local
576 ASSERT_TRUE(h1 != NULL);
578 DuplicateHandle(GetCurrentProcess(), h1, local
583 // h1 and h2 refer to the same Event but are not equal
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 135 unsigned char h1, h2;
141 && hex_decode(source[srcpos], &h1)
143 buffer[bufpos++] = (h1 << 4) | h2;
213 unsigned char h1, h2;
221 && hex_decode(source[srcpos], &h1)
224 buffer[bufpos++] = (h1 << 4) | h2;
483 unsigned char h1, h2;
487 && hex_decode(source[srcpos], &h1)
490 bbuffer[bufpos++] = (h1 << 4) | h2;

Completed in 1606 milliseconds

1 2 3 4