Searched refs:t2h (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/doc/ |
H A D | Makefile | 68 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI) 70 $(M)makeinfo --html -I doc --no-split -D config-not-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $< 72 doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI) 74 $(M)makeinfo --html -I doc --no-split -D config-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@ $< 76 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI) 78 $(M)texi2html -I doc -monolithic --D=config-not-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $< 80 doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI) 82 $(M)texi2html -I doc -monolithic --D=config-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 384 BN_ULONG t2l, t2h; in bn_div_fixed_top() local 392 BN_UMULT_LOHI(t2l, t2h, d1, q); in bn_div_fixed_top() 395 t2h = BN_UMULT_HIGH(d1, q); in bn_div_fixed_top() 400 t2h = HBITS(d1); in bn_div_fixed_top() 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top() 408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2))) in bn_div_fixed_top() 415 t2h--; in bn_div_fixed_top()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 384 BN_ULONG t2l, t2h; in bn_div_fixed_top() local 392 BN_UMULT_LOHI(t2l, t2h, d1, q); in bn_div_fixed_top() 395 t2h = BN_UMULT_HIGH(d1, q); in bn_div_fixed_top() 400 t2h = HBITS(d1); in bn_div_fixed_top() 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top() 408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2))) in bn_div_fixed_top() 415 t2h--; in bn_div_fixed_top()
|
Completed in 2 milliseconds