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

1 2 3 4 5 6 7

  /external/valgrind/none/tests/s390x/
fold_And16.stdout.exp 0 hh
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 34 int hh, mm, ss; local
36 hh = tv.tv_sec/3600%24;
39 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
  /system/bt/bta/
Android.mk 42 ./hh/bta_hh_cfg.c \
43 ./hh/bta_hh_act.c \
44 ./hh/bta_hh_api.c \
45 ./hh/bta_hh_le.c \
46 ./hh/bta_hh_utils.c \
47 ./hh/bta_hh_main.c \
88 $(LOCAL_PATH)/hh \
  /external/ppp/pppd/
md4.c 80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
173 hh(A , B , C , D , 0 , hs1); /* Round 3 */
174 hh(D , A , B , C , 8 , hs2);
175 hh(C , D , A , B , 4 , hs3);
176 hh(B , C , D , A , 12 , hs4);
177 hh(A , B , C , D , 2 , hs1);
178 hh(D , A , B , C , 10 , hs2);
179 hh(C , D , A , B , 6 , hs3);
180 hh(B , C , D , A , 14 , hs4);
181 hh(A , B , C , D , 1 , hs1)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-hppa.c 127 elf32_hppa_link_hash_entry "hh"
202 struct elf32_hppa_link_hash_entry *hh; member in struct:elf32_hppa_stub_hash_entry
331 #define hh_name(hh) \
332 (hh ? hh->eh.root.root.string : "<undef>")
369 hsh->hh = NULL;
397 struct elf32_hppa_link_hash_entry *hh; local
400 hh = hppa_elf_hash_entry (entry);
401 hh->hsh_cache = NULL;
402 hh->dyn_relocs = NULL
1161 struct elf32_hppa_link_hash_entry *hh; local
1618 struct elf32_hppa_link_hash_entry *hh; local
1873 struct elf32_hppa_link_hash_entry *hh; local
1929 struct elf32_hppa_link_hash_entry *hh; local
1996 struct elf32_hppa_link_hash_entry *hh; local
2174 struct elf32_hppa_link_hash_entry *hh; local
2740 struct elf32_hppa_link_hash_entry *hh; local
2925 struct elf32_hppa_link_hash_entry *hh; local
3667 struct elf32_hppa_link_hash_entry *hh; local
    [all...]
elf64-hppa.c 275 struct elf64_hppa_link_hash_entry *hh; local
278 hh = hppa_elf_hash_entry (entry);
279 memset (&hh->dlt_offset, 0,
442 struct elf64_hppa_link_hash_entry *hh,
456 rent->next = hh->reloc_entries;
462 hh->reloc_entries = rent;
630 struct elf64_hppa_link_hash_entry *hh;
641 hh = hppa_elf_hash_entry (elf_sym_hashes (abfd)[indx]);
642 while (hh->eh.root.type == bfd_link_hash_indirect
643 || hh->eh.root.type == bfd_link_hash_warning
629 struct elf64_hppa_link_hash_entry *hh; local
931 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
964 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
995 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
1028 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
1050 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
1399 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
1915 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
1948 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
2117 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
2238 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
2333 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
3181 struct elf64_hppa_link_hash_entry *hh = hppa_elf_hash_entry (eh); local
    [all...]
elf32-metag.c 81 elf_metag_link_hash_entry "hh"
772 struct elf_metag_link_hash_entry *hh; member in struct:elf_metag_stub_hash_entry
980 hsh->hh = NULL;
1008 struct elf_metag_link_hash_entry *hh; local
1011 hh = (struct elf_metag_link_hash_entry *) entry;
1012 hh->hsh_cache = NULL;
1013 hh->dyn_relocs = NULL;
1014 hh->tls_type = GOT_UNKNOWN;
1510 struct elf_metag_link_hash_entry *hh; local
2123 struct elf_metag_link_hash_entry *hh; local
2486 struct elf_metag_link_hash_entry *hh; local
2601 struct elf_metag_link_hash_entry *hh; local
2798 struct elf_metag_link_hash_entry *hh; local
3484 struct elf_metag_link_hash_entry *hh; local
3541 struct elf_metag_link_hash_entry *hh; local
4061 struct elf_metag_link_hash_entry *hh; local
    [all...]
  /external/bison/examples/calc++/
Makefile.am 40 calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc
84 $(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc
87 $(srcdir)/stack.hh $(srcdir)/position.hh $(srcdir)/location.hh \
88 $(srcdir)/calc++-parser.hh $(srcdir)/calc++-parser.cc
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 53 int hh, mm, ss; \
55 hh = tv.tv_sec/3600%24; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
  /art/test/451-spill-splot/src/
Main.java 40 float hh = 7; local
49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn);
69 hh = $noinline$computeFloat();
  /external/dng_sdk/source/
dng_point.h 43 dng_point (int32 vv, int32 hh)
45 , h (hh)
80 dng_point_real64 (real64 vv, real64 hh)
82 , h (hh)
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
ConeShapeBuilder.java 42 final float hh = height * 0.5f; local
51 VertexInfo curr2 = vertTmp4.set(null, null, null, null).setPos(0, hh, 0).setNor(0, 1, 0).setUV(0.5f, 0);
59 curr1.position.y = -hh;
66 EllipseShapeBuilder.build(builder, width, depth, 0, 0, divisions, 0, -hh, 0, 0, -1, 0, -1, 0, 0, 0, 0, 1,
CylinderShapeBuilder.java 41 final float hh = height * 0.5f; local
61 curr1.position.y = -hh;
65 curr2.position.y = hh;
74 EllipseShapeBuilder.build(builder, width, depth, 0, 0, divisions, 0, hh, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, angleFrom,
76 EllipseShapeBuilder.build(builder, width, depth, 0, 0, divisions, 0, -hh, 0, 0, -1, 0, -1, 0, 0, 0, 0, 1,
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 69 function hh(a, b, c, d, x, s, t)
130 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
131 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
132 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
133 b = hh(b, c, d, a, x[i+14], 23, -35309556)
134 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
135 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
136 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
137 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
138 a = hh(a, b, c, d, x[i+13], 4 , 681279174
    [all...]
  /external/toybox/toys/other/
bzcat.c 164 int hh, ii, jj, kk, symCount, *base, *limit; local
187 hh = get_bits(bd, 16);
190 if (hh & (1 << (15 - ii))) {
232 hh = get_bits(bd, 5);
235 // !hh || hh > MAX_HUFCODE_BITS in one test.
236 if (MAX_HUFCODE_BITS-1 < (unsigned)hh-1) return RETVAL_DATA_ERROR;
241 if (kk & 2) hh += 1 - ((kk&1)<<1);
247 length[ii] = hh;
286 for (hh = 0; hh < symCount; hh++
322 int hh, ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, local
    [all...]
login.c 50 int hh = toys.optflags&FLAG_h, count, tty; local
111 ttyname(tty), hh ? "from " : "", hh ? TT.hostname : "");
160 ttyname(tty), hh ? "from" : "", hh ? TT.hostname : "");
  /external/bison/data/
Makefile.am 19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.c 73 int16_t dd, ee, ff, gg, hh, ii; local
171 for (hh=0; hh<4; hh++) {
213 for (hh=0; hh<2; hh++) {
214 ee = ff + hh * ff;
247 for (hh=0; hh<4; hh++)
    [all...]
  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 173 char hms_string[80]; /* HH:MM:SS */
232 int hh, mm, ss; local
234 hh = tv.tv_sec/3600%24;
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);

Completed in 1238 milliseconds

1 2 3 4 5 6 7