Home
last modified time | relevance | path

Searched refs:hh (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h139 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \
143 HASH_TO_BKT(_hd_hh_item->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
144 (head)->hh.tbl->buckets[_hd_bkt].count++; \
154 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \
159 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
160 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \
161 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, out); \
166 #define HASH_FIND(hh,hea
[all...]
H A Dcoap_resource_internal.h71 UT_hash_handle hh; member
122 HASH_ADD(hh, (r), uri_path->s[0], (obj)->uri_path->length, (obj))
125 HASH_DELETE(hh, (r), (obj))
129 HASH_ITER(hh, (r), tmp, rtmp)
132 HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); \
H A Dcoap_session_internal.h78 UT_hash_handle hh; member
530 HASH_ADD(hh, (e), addr_hash, sizeof((obj)->addr_hash), (obj))
533 HASH_DELETE(hh, (e), (obj))
536 HASH_ITER(hh, (e), el, rtmp)
539 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
542 HASH_FIND(hh, (e), &(k), sizeof(k), (res)); \
/third_party/libdrm/intel/
H A Duthash.h119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \
124 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
125 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \
126 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, out); \
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \
135 HASH_FIND_BYHASHVALUE(hh, head, keyptr, keylen, _hf_hashv, out); \
172 #define HASH_MAKE_TABLE(hh,head) \
174 (head)->hh
[all...]
/third_party/ffmpeg/libavutil/
H A Dtimecode.c57 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local
65 hh = framenum / (fps*3600) % 24; in av_timecode_get_smpte_from_framenum()
66 return av_timecode_get_smpte(tc->rate, drop, hh, mm, ss, ff); in av_timecode_get_smpte_from_framenum()
69 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() argument
85 hh = hh % 24; in av_timecode_get_smpte()
97 tc |= (hh / 10) << 4; in av_timecode_get_smpte()
98 tc |= (hh % 10); in av_timecode_get_smpte()
107 int hh, mm, ss, ff, ff_len, neg = 0; in av_timecode_make_string() local
119 hh in av_timecode_make_string()
140 unsigned hh = bcd2uint(tcsmpte & 0x3f); // 6-bit hours av_timecode_make_smpte_tc_string2() local
231 av_timecode_init_from_components(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) av_timecode_init_from_components() argument
255 int hh, mm, ss, ff, flags; av_timecode_init_from_string() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h61 : y(year), m(month), d(day), hh(hour), mm(minute), ss(second) {} in fields()
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,
166 return fields(y + (ey - oey), m, static_cast<day_t>(d), hh, mm, ss);
168 CONSTEXPR_F fields n_mon(year_t y, diff_t m, diff_t d, diff_t cd, hour_t hh,
178 return n_day(y, static_cast<month_t>(m), d, cd, hh, mm, ss);
180 CONSTEXPR_F fields n_hour(year_t y, diff_t m, diff_t d, diff_t cd, diff_t hh,
182 cd += hh / 24;
183 hh %= 24;
184 if (hh <
[all...]
/third_party/toybox/toys/other/
H A Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local
187 hh = get_bits(bd, 16); in read_block_header()
190 if (hh & (1 << (15 - ii))) { in read_block_header()
232 hh = get_bits(bd, 5); in read_block_header()
235 // !hh || hh > MAX_HUFCODE_BITS in one test. in read_block_header()
236 if (MAX_HUFCODE_BITS-1 < (unsigned)hh-1) return RETVAL_DATA_ERROR; in read_block_header()
241 if (kk & 2) hh += 1 - ((kk&1)<<1); in read_block_header()
247 length[ii] = hh; in read_block_header()
286 for (hh in read_block_header()
324 unsigned hh, *dbuf = bw->dbuf; read_huffman_data() local
[all...]
H A Dlogin.c41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
96 ttyname(tty), hh ? "from " : "", hh ? TT.h : ""); in login_main()
128 ttyname(tty), hh ? "from" : "", hh ? TT.h : ""); in login_main()
/third_party/node/deps/openssl/openssl/crypto/mdc2/
H A Dmdc2dgst.c41 memset(&(c->hh[0]), 0x25, MDC2_BLOCK); in MDC2_Init()
92 c->hh[0] = (c->hh[0] & 0x9f) | 0x20; in mdc2_body()
98 DES_set_odd_parity(&c->hh); in mdc2_body()
99 DES_set_key_unchecked(&c->hh, &k); in mdc2_body()
110 p = c->hh; in mdc2_body()
130 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK); in MDC2_Final()
/third_party/openssl/crypto/mdc2/
H A Dmdc2dgst.c41 memset(&(c->hh[0]), 0x25, MDC2_BLOCK); in MDC2_Init()
92 c->hh[0] = (c->hh[0] & 0x9f) | 0x20; in mdc2_body()
98 DES_set_odd_parity(&c->hh); in mdc2_body()
99 DES_set_key_unchecked(&c->hh, &k); in mdc2_body()
110 p = c->hh; in mdc2_body()
130 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK); in MDC2_Final()
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctions.js48 function hh(a, b) { function
52 export { hh as h };
113 function hh(a, b) {
116 exports.h = hh;
173 declare function hh(a: {
178 export { hh as h, i as ii, j as jj };
H A DjsDeclarationsFunctionsCjs.js48 function hh(a, b) { function
52 module.exports.h = hh;
105 function hh(a, b) {
108 module.exports.h = hh;
153 declare function hh(a: {
161 export { hh as h, i as ii, j as jj };
H A DjsDeclarationsExportDefinePropertyEmit.js49 function hh(a, b) { function
52 Object.defineProperty(module.exports, "h", { value: hh });
102 function hh(a, b) {
105 Object.defineProperty(module.exports, "h", { value: hh });
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ragel-artifacts.py21 hh = rl.replace ('.rl', '.hh') variable
22 subprocess.Popen (ragel.split() + ['-e', '-F1', '-o', hh, rl], cwd=outdir).wait ()
25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
/third_party/libcoap/include/oscore/
H A Doscore_context.h128 HASH_ADD(hh, (r), token->s[0], (obj)->token->length, (obj))
130 #define OSCORE_ASSOCIATIONS_DELETE(r, obj) HASH_DELETE(hh, (r), (obj))
134 HASH_ITER (hh, (r), tmp, rtmp)
137 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
140 { HASH_FIND(hh, (r), (k)->s, (k)->length, (res)); }
143 UT_hash_handle hh; member
/third_party/ffmpeg/libavformat/
H A Dvplayerdec.c48 int hh, mm, ss, ms, n, len; in read_ts() local
50 if (((n = sscanf(*line, "%d:%d:%d.%d%c%n", &hh, &mm, &ss, &ms, &c, &len)) >= 5 || in read_ts()
51 (n = sscanf(*line, "%d:%d:%d%c%n", &hh, &mm, &ss, &c, &len)) >= 4) && strchr(": =", c)) { in read_ts()
53 return (hh*3600LL + mm*60LL + ss) * 100LL + (n < 5 ? 0 : ms); in read_ts()
H A Drealtextdec.c50 int hh, mm, ss, ms; in read_ts() local
52 if (sscanf(s, "%u:%u:%u.%u", &hh, &mm, &ss, &ms) == 4) return (hh*3600LL + mm*60LL + ss) * 100LL + ms; in read_ts()
53 if (sscanf(s, "%u:%u:%u" , &hh, &mm, &ss ) == 3) return (hh*3600LL + mm*60LL + ss) * 100LL; in read_ts()
H A Dsubviewer1dec.c59 int hh, mm, ss; in subviewer1_read_header() local
69 if (sscanf(line, "[%d:%d:%d]", &hh, &mm, &ss) == 3) { in subviewer1_read_header()
71 int64_t pts_start = hh*3600LL + mm*60LL + ss + delay; in subviewer1_read_header()
H A Dsccdec.c81 int hh, mm, ss, fs, i; in scc_read_header() local
92 if (av_sscanf(line, "%d:%d:%d%*[:;]%d", &hh, &mm, &ss, &fs) != 4) in scc_read_header()
95 ts = (hh * 3600LL + mm * 60LL + ss) * 1000LL + fs * 33LL; in scc_read_header()
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_xobject.cc3 #include <qpdf/QPDF.hh>
4 #include <qpdf/Pl_Discard.hh>
5 #include <qpdf/Pl_Count.hh>
6 #include <qpdf/Pl_Concatenate.hh>
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_point.h43 dng_point (int32 vv, int32 hh) in dng_point() argument
45 , h (hh) in dng_point()
80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64() argument
82 , h (hh) in dng_point_real64()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time_test.cc33 absl::CivilHour hh; in TEST() local
34 EXPECT_EQ("1970-01-01T00", absl::FormatCivilTime(hh)); in TEST()
632 absl::CivilHour hh(2015, 2, 3, 4, 5, 6); in TEST()
633 EXPECT_EQ(2015, hh.year()); in TEST()
634 EXPECT_EQ(2, hh.month()); in TEST()
635 EXPECT_EQ(3, hh.day()); in TEST()
636 EXPECT_EQ(4, hh.hour()); in TEST()
637 EXPECT_EQ(0, hh.minute()); in TEST()
638 EXPECT_EQ(0, hh.second()); in TEST()
639 EXPECT_EQ(absl::Weekday::tuesday, absl::GetWeekday(hh)); in TEST()
680 absl::CivilHour hh; TEST() local
696 absl::CivilHour hh; TEST() local
763 absl::CivilHour hh; TEST() local
811 absl::CivilHour hh; TEST() local
[all...]
/third_party/skia/samplecode/
H A DSampleXfermodesBlur.cpp47 SkScalar hh = SkIntToScalar(H); in draw_mode() local
53 r.setLTRB(0, 0, ww*3/4, hh*3/4); in draw_mode()
62 r.setLTRB(ww/3, hh/3, ww*19/20, hh*19/20); in draw_mode()
/third_party/libcoap/src/
H A Dcoap_cache.c190 HASH_ADD(hh, session->context->cache, cache_key[0], sizeof(coap_cache_key_t), entry); in coap_new_cache_entry()
200 HASH_FIND(hh, ctx->cache, cache_key, sizeof(coap_cache_key_t), cache_entry); in coap_cache_get_by_key()
234 HASH_DELETE(hh, ctx->cache, cache_entry); in coap_delete_cache_entry()
270 HASH_ITER(hh, ctx->cache, cp, ctmp) { in coap_expire_cache_entries()
/third_party/tzdata/
H A Dziguard.awk56 # Round TIMESTAMP (a +-hh:mm:ss.dddd string) to the nearest second.
58 hh, mm, ss, seconds, dot_dddd, subseconds)
63 hh = mm = ss = timestamp
66 sub(/^[-+]?/, "", hh)
67 seconds = 3600 * hh + 60 * mm + ss

Completed in 12 milliseconds

1234