Home
last modified time | relevance | path

Searched defs:fin (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/node/deps/v8/tools/wasm-compilation-hints/
Dwasm.py15 def peek_uint8(fin): argument
21 def read_uint8(fin): argument
26 def peek_uint32(fin): argument
32 def read_uint32(fin): argument
37 def peek_varuintN(fin): argument
52 def read_varuintN(fin): argument
73 def peek_magic_number(fin, expected_magic_number=0x6d736100): argument
78 def read_magic_number(fin, expected_magic_number=0x6d736100): argument
83 def peek_version(fin, expected_version=1): argument
88 def read_version(fin, expected_version=1): argument
/third_party/node/tools/
Denable_fips_include.py34 fin = open(sys.argv[2], "rt") variable
40 fin = open(sys.argv[2], "wt") variable
/third_party/openssl/providers/implementations/include/prov/
Ddigestcommon.h38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
50 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument
87 # define IMPLEMENT_digest_functions( \ argument
100 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Ddigestcommon.h38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
50 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument
87 # define IMPLEMENT_digest_functions( \ argument
100 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument
/third_party/ltp/lib/newlib_tests/
Dtst_fuzzy_sync02.c106 int now, fin = MAX(b.return_t, bd.return_t); in worker() local
129 int now, fin; in run() local
/third_party/skia/third_party/externals/brotli/research/
Dread_dist.h28 bool ReadBackwardReference(FILE* fin, int* copy, int* pos, int* dist) { in ReadBackwardReference()
Ddraw_histogram.cc67 void BuildHistogram(FILE* fin, int** histo) { in BuildHistogram()
178 FILE* fin = fopen(argv[1], "r"); in main() local
Dbrotli_decoder.c16 FILE* fin; member
Dfind_opt_references.cc43 void ReadInput(FILE* fin, input_type* storage, size_t input_size) { in ReadInput()
204 FILE* fin = fopen(argv[1], "rb"); in main() local
/third_party/nghttp2/src/
DHtmlParser.cc182 int HtmlParser::parse_chunk(const char *chunk, size_t size, int fin) { in parse_chunk()
201 int HtmlParser::parse_chunk_internal(const char *chunk, size_t size, int fin) { in parse_chunk_internal()
DHtmlParser.h80 int parse_chunk(const char *chunk, size_t size, int fin) { return 0; } in parse_chunk()
/third_party/pulseaudio/speex/libspeexdsp/
Dtestresample.c49 float *fin, *fout; in main() local
Dtestresample2.c49 float *fin, *fout; in main() local
/third_party/protobuf/src/google/protobuf/testing/
Dzcgunzip.cc63 FileInputStream fin(STDIN_FILENO); in main() local
/third_party/pulseaudio/speex/doc/
Dsampleenc.c9 FILE *fin; in main() local
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dnull_prov.c38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
/third_party/openssl/providers/implementations/digests/
Dnull_prov.c38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conn.c70 int fin) { in conn_call_end_headers()
106 int fin) { in conn_call_end_trailers()
379 int fin) { in nghttp3_conn_read_stream()
481 int fin) { in conn_read_type()
540 int fin) { in nghttp3_conn_read_uni()
1172 size_t srclen, int fin) { in nghttp3_conn_read_bidi()
1528 int fin) { in conn_decode_headers()
1637 int fin) { in nghttp3_conn_on_headers()
Dnghttp3_qpack_huffman.c88 int fin) { in nghttp3_qpack_huffman_decode()
/third_party/ffmpeg/doc/examples/
Dvaapi_encode.c105 FILE *fin = NULL, *fout = NULL; in main() local
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dminizip.c188 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); in getFileCrc() local
397 FILE * fin; local
/third_party/zlib/contrib/minizip/
Dminizip.c189 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); in getFileCrc() local
396 FILE * fin = NULL; in main() local
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dminizip.c189 FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); in getFileCrc() local
398 FILE * fin; local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMAsm.cpp66 std::ifstream fin(filename); in fixupAsmFile() local
/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c65 FILE *fkey, *fin = NULL, *fout = NULL; in main() local

1234