Home
last modified time | relevance | path

Searched defs:hh (Results 1 – 25 of 39) sorted by relevance

12

/external/libdrm/intel/
Duthash.h119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
172 #define HASH_MAKE_TABLE(hh,head) \ argument
191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
218 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
225 #define HASH_APPEND_LIST(hh, head, add) \ argument
233 #define HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh,head,keyptr,keylen_in,hashval,add,cmpfcn) \ argument
271 #define HASH_ADD_KEYPTR_INORDER(hh,head,keyptr,keylen_in,add,cmpfcn) \ argument
[all …]
/external/dng_sdk/source/
Ddng_point.h43 dng_point (int32 vv, int32 hh) in dng_point()
80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64()
/external/toybox/toys/other/
Dlogin.c41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local
324 unsigned hh, *dbuf = bw->dbuf; in read_huffman_data() local
/external/skqp/samplecode/
DSampleXfermodesBlur.cpp47 SkScalar hh = SkIntToScalar(H); in draw_mode() local
/external/skia/samplecode/
DSampleXfermodesBlur.cpp47 SkScalar hh = SkIntToScalar(H); in draw_mode() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfft.c73 int16_t dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local
/external/skia/gm/
Dverylargebitmap.cpp60 int hh = height / 2; in show_image() local
Dxfermodes.cpp87 SkScalar hh = SkIntToScalar(h); in make_bitmaps() local
/external/skqp/gm/
Dverylargebitmap.cpp60 int hh = height / 2; in show_image() local
Dxfermodes.cpp87 SkScalar hh = SkIntToScalar(h); in make_bitmaps() local
/external/libxcam/modules/ocl/
Dcl_newwavelet_denoise_handler.h68 SmartPtr<CLImage> hh[3]; member
/external/python/cpython3/Misc/
Dcoverity_model.c139 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
/external/libaom/libaom/av1/encoder/
Ddwt.c76 int lv, i, j, nh, nw, hh = height, hw = width; in dyadic_analyze_53_uint8_input() local
/external/clang/test/Analysis/
Dpr22954.c275 struct hh { struct
281 struct hh h0; in f17() argument
/external/ppp/pppd/
Dmd4.c80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
/external/tensorflow/tensorflow/core/kernels/
Dadjust_saturation_op.cc98 float hh; in rgb_to_hsv() local
/external/clang/test/SemaCUDA/
Dfunction-overload.cu35 __host__ void hh() {} // expected-note {{previous definition is here}} in hh() function
36 void hh() {} // expected-error {{redefinition of 'hh'}} in hh() function
/external/libaom/libaom/av1/encoder/x86/
Dml_sse3.c77 const __m128 hh = _mm_hadd_ps(hadd[0], hadd[1]); in nn_propagate_4to4() local
/external/python/cpython2/Modules/
Ddatetimemodule.c693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
2883 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
3450 int hh = TIME_GET_HOUR(self); in time_replace() local
4395 int hh = DATE_GET_HOUR(self); in datetime_replace() local
4417 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local
4534 int hh = DATE_GET_HOUR(self); in datetime_utctimetuple() local
/external/iputils/Modules/
Dpg3.c134 static __u8 hh[14] = { variable
/external/u-boot/drivers/video/
Dstb_truetype.h1611 static void *stbtt__hheap_alloc(stbtt__hheap *hh, size_t size, void *userdata) in stbtt__hheap_alloc()
1632 static void stbtt__hheap_free(stbtt__hheap *hh, void *p) in stbtt__hheap_free()
1638 static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) in stbtt__hheap_cleanup()
1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active()
1697 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active()
1765 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges() local
2067 stbtt__hheap hh = { 0, 0, 0 }; in stbtt__rasterize_sorted_edges() local
/external/python/cpython2/Lib/
Drfc822.py999 hh, mm = divmod(hhmm, 60) variable
/external/libpng/contrib/gregbook/
Drpng2-x.c1227 int ii, x, y, hw, hh, grayspot; in rpng2_x_load_bg_image() local
1999 int ii, x, y, hw, hh, grayspot; in rpng2_x_reload_bg_image() local
/external/python/cpython3/Modules/
D_datetimemodule.c924 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
1001 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1658 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag) in build_struct_time()
4315 int hh = TIME_GET_HOUR(self); in time_replace() local
5622 int hh = DATE_GET_HOUR(self); in datetime_replace() local
6006 int y, m, d, hh, mm, ss; in datetime_utctimetuple() local

12