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

1 2 3 4 5

  /external/valgrind/main/none/tests/s390x/
fold_And16.stdout.exp 0 hh
  /external/bluetooth/bluedroid/bta/
Android.mk 48 ./hh/bta_hh_cfg.c \
49 ./hh/bta_hh_act.c \
50 ./hh/bta_hh_api.c \
51 ./hh/bta_hh_le.c \
52 ./hh/bta_hh_utils.c \
53 ./hh/bta_hh_main.c \
102 $(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...]
  /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/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/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); \
  /external/openssl/crypto/mdc2/
mdc2dgst.c 84 memset(&(c->hh[0]),0x25,MDC2_BLOCK);
138 c->hh[0]=(c->hh[0]&0x9f)|0x20;
144 DES_set_odd_parity(&c->hh);
145 DES_set_key_unchecked(&c->hh,&k);
156 p=c->hh;
177 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
mdc2.h 79 DES_cblock h,hh; member in struct:mdc2_ctx_st
  /external/chromium_org/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/bison/data/
Makefile.am 19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
stack.hh 21 b4_output_begin([b4_dir_prefix[]stack.hh])
26 ** \file ]b4_dir_prefix[stack.hh
30 ]b4_cpp_guard_open([b4_dir_prefix[]stack.hh])[
118 ]b4_cpp_guard_close([b4_dir_prefix[]stack.hh])
location.cc 19 b4_output_begin([b4_dir_prefix[]position.hh])
24 ** \file ]b4_dir_prefix[position.hh
28 ]b4_cpp_guard_open([b4_dir_prefix[]position.hh])[
149 ]b4_cpp_guard_close([b4_dir_prefix[]position.hh])
153 b4_output_begin([b4_dir_prefix[]location.hh])
158 ** \file ]b4_dir_prefix[location.hh
162 ]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[
164 # include "position.hh"
298 ]b4_cpp_guard_close([b4_dir_prefix[]location.hh])
  /external/chromium_org/third_party/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 + (int16_t)WEBRTC_SPL_MUL_16_16(hh, ff);
247 for (hh=0; hh<4; hh++)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 73 WebRtc_Word16 dd, ee, ff, gg, hh, ii; local
171 for (hh=0; hh<4; hh++) {
213 for (hh=0; hh<2; hh++) {
214 ee = ff + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(hh, ff);
247 for (hh=0; hh<4; hh++)
    [all...]
  /hardware/qcom/gps/msm8960/utils/
loc_log.cpp 173 char hms_string[80]; /* HH:MM:SS */
226 int hh, mm, ss; local
228 hh = tv.tv_sec/3600%24;
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
  /hardware/qcom/gps/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);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 334 AVL_HANDLE hh = l_tree->root; variable
339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) {
340 unbal = hh;
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
349 return(hh);
351 parent = hh;
354 hh = AVL_GET_GREATER(hh, 1);
357 hh = AVL_GET_LESS(hh, 1)
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 334 AVL_HANDLE hh = l_tree->root; variable
339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) {
340 unbal = hh;
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
349 return(hh);
351 parent = hh;
354 hh = AVL_GET_GREATER(hh, 1);
357 hh = AVL_GET_LESS(hh, 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 334 AVL_HANDLE hh = l_tree->root; variable
339 if (AVL_GET_BALANCE_FACTOR(hh) != 0) {
340 unbal = hh;
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
349 return(hh);
351 parent = hh;
354 hh = AVL_GET_GREATER(hh, 1);
357 hh = AVL_GET_LESS(hh, 1)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 54 function drawClock(hh, mm, ss) {
55 if (hh == undefined || mm == undefined) {
57 hh = d.getHours();
71 hh = (hh % 12) + (mm / 60);
76 var hourAngle = Math.PI * hh / 6;
124 var hh = now.getHours();
128 if (hh % 12 == 0) {
131 str += (hh % 12);
145 if (hh >= 12)
    [all...]
  /external/qemu/android/skin/
image.c 72 unsigned hh; local
74 for (hh = width; hh > 0; hh--)
97 unsigned hh; local
99 for (hh = height; hh > 0; hh--)
118 unsigned hh; local
120 for (hh = width; hh > 0; hh--
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-relocations.s 40 ! CHECK: sethi %hh(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A]
41 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hh(sym), kind: fixup_sparc_hh
42 sethi %hh(sym), %l0
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 323 FT_UInt hh; local
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
350 FT_UInt hh; local
353 for ( hh = height_org; hh > 0; hh-- )
  /external/freetype/src/smooth/
ftsmooth.c 323 FT_UInt hh; local
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
350 FT_UInt hh; local
353 for ( hh = height_org; hh > 0; hh-- )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftsmooth.c 323 FT_UInt hh; local
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
350 FT_UInt hh; local
353 for ( hh = height_org; hh > 0; hh-- )

Completed in 4643 milliseconds

1 2 3 4 5