/third_party/libcoap/include/coap3/ |
D | coap_uthash_internal.h | 139 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \ argument 154 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 166 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 213 #define HASH_MAKE_TABLE(hh,head,oomed) \ argument 245 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument 255 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument 265 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument 272 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument 279 #define HASH_APPEND_LIST(hh, head, add) \ argument 287 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument [all …]
|
D | coap_cache_internal.h | 42 UT_hash_handle hh; member
|
/third_party/libdrm/intel/ |
D | uthash.h | 119 #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 …]
|
/third_party/ffmpeg/libavutil/ |
D | timecode.c | 56 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local 68 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() 106 int hh, mm, ss, ff, neg = 0; in av_timecode_make_string() local 138 unsigned hh = bcd2uint(tcsmpte & 0x3f); // 6-bit hours in av_timecode_make_smpte_tc_string2() local 229 int av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, in… in av_timecode_init_from_components() 253 int hh, mm, ss, ff, flags; in av_timecode_init_from_string() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_point.h | 43 dng_point (int32 vv, int32 hh) in dng_point() 80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64()
|
/third_party/typescript/tests/cases/fourslash/ |
D | renameFromNodeModulesDep4.ts | 19 const [ hljs, h, hh ] = test.ranges(); constant
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-ragel-artifacts.py | 21 hh = rl.replace ('.rl', '.hh') variable
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsExportDefinePropertyEmit.ts | 53 function hh(a, b) { function
|
D | jsDeclarationsFunctions.ts | 52 function hh(a, b) { function
|
D | jsDeclarationsFunctionsCjs.ts | 52 function hh(a, b) { function
|
/third_party/toybox/toys/other/ |
D | login.c | 41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 65 std::int_least8_t hh; member 107 CONSTEXPR_F fields n_day(year_t y, month_t m, diff_t d, diff_t cd, hour_t hh, in n_day() 168 CONSTEXPR_F fields n_mon(year_t y, diff_t m, diff_t d, diff_t cd, hour_t hh, in n_mon() 180 CONSTEXPR_F fields n_hour(year_t y, diff_t m, diff_t d, diff_t cd, diff_t hh, in n_hour() 190 CONSTEXPR_F fields n_min(year_t y, diff_t m, diff_t d, diff_t hh, diff_t ch, in n_min() 201 CONSTEXPR_F fields n_sec(year_t y, diff_t m, diff_t d, diff_t hh, diff_t mm, in n_sec() 377 : civil_time(impl::n_sec(y, m, d, hh, mm, ss)) {} in civil_time() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | mdc2.h | 28 DES_cblock h, hh; member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | mdc2.h | 37 DES_cblock h, hh; member
|
/third_party/openssl/include/openssl/ |
D | mdc2.h | 37 DES_cblock h, hh; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | civil_time_test.cc | 33 absl::CivilHour hh; in TEST() local 632 absl::CivilHour hh(2015, 2, 3, 4, 5, 6); in TEST() local 680 absl::CivilHour hh; in TEST() local 696 absl::CivilHour hh; in TEST() local 763 absl::CivilHour hh; in TEST() local 811 absl::CivilHour hh; in TEST() local
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyAccess.js | 65 var hh = numIndex[3.0]; variable 66 var hh: string; variable 226 var hh; variable
|
D | jsDeclarationsFunctions.js | 48 function hh(a, b) { function
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 233 gint hh, gint mm, gint ss, GstBuffer * buf) in gst_progress_report_do_query() 342 gint hh, mm, ss; in gst_progress_report_report() local
|
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/ |
D | propertyAccess.ts | 64 var hh = numIndex[3.0]; variable 65 var hh: string; variable
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | monoscope.c | 98 int hh = (scope_height / 2); in monoscope_update() local
|
/third_party/ffmpeg/libavformat/ |
D | subviewer1dec.c | 59 int hh, mm, ss; in subviewer1_read_header() local
|
/third_party/musl/libc-test/src/functional/ |
D | time.c | 39 #define TM(ss,mm,hh,md,mo,yr,wd,yd,dst) (struct tm){ \ argument
|
/third_party/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 47 SkScalar hh = SkIntToScalar(H); in draw_mode() local
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstmirror.c | 164 gdouble hh = gt->height / 2.0 - 1.0; in mirror_map() local
|