Home
last modified time | relevance | path

Searched defs:out (Results 51 - 75 of 3377) sorted by relevance

12345678910>>...136

/third_party/toybox/lib/
H A Dhelp.c19 void show_help(FILE *out) in show_help() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-encblock.c23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) in aes_128_encrypt_block() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-encblock.c23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) in aes_128_encrypt_block() argument
/third_party/ffmpeg/libavcodec/
H A Ddctref.c64 double out[8 * 8]; in ff_ref_fdct() local
100 double out[8 * 8]; in ff_ref_idct() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Damrwbdec_mips.c58 void ff_hb_fir_filter_mips(float *out, const float fir_coef[HB_FIR_SIZE + 1], in ff_hb_fir_filter_mips() argument
/third_party/gn/src/gn/
H A Djson_project_writer_unittest.cc55 std::string out = in TEST_F() local
[all...]
H A Dninja_binary_target_writer_unittest.cc31 std::ostringstream out; in TEST_F() local
68 std::ostringstream out; in TEST_F() local
96 std::ostringstream out; in TEST_F() local
132 std::ostringstream out; in TEST_F() local
168 std::ostringstream out; TEST_F() local
[all...]
H A Dninja_group_target_writer.cc13 NinjaGroupTargetWriter(const Target* target, std::ostream& out) NinjaGroupTargetWriter() argument
H A Dninja_copy_target_writer_unittest.cc30 std::ostringstream out; in TEST() local
59 std::ostringstream out; TEST() local
84 std::ostringstream out; TEST() local
116 std::ostringstream out; TEST() local
[all...]
H A Dninja_bundle_data_target_writer_unittest.cc44 std::ostringstream out; in TEST() local
H A Dninja_bundle_data_target_writer.cc11 NinjaBundleDataTargetWriter(const Target* target, std::ostream& out) NinjaBundleDataTargetWriter() argument
H A Dninja_rust_binary_target_writer_unittest.cc51 std::ostringstream out; in TEST_F() local
106 std::ostringstream out; in TEST_F() local
148 std::ostringstream out; in TEST_F() local
190 std::ostringstream out; in TEST_F() local
246 std::ostringstream out; TEST_F() local
299 std::ostringstream out; TEST_F() local
340 std::ostringstream out; TEST_F() local
384 std::ostringstream out; TEST_F() local
457 std::ostringstream out; TEST_F() local
509 std::ostringstream out; TEST_F() local
565 std::ostringstream out; TEST_F() local
612 std::ostringstream out; TEST_F() local
704 std::ostringstream out; TEST_F() local
807 std::ostringstream out; TEST_F() local
855 std::ostringstream out; TEST_F() local
897 std::ostringstream out; TEST_F() local
1069 std::ostringstream out; TEST_F() local
1137 std::ostringstream out; TEST_F() local
1204 std::ostringstream out; TEST_F() local
1304 std::ostringstream out; TEST_F() local
1388 std::ostringstream out; TEST_F() local
1435 std::ostringstream out; TEST_F() local
1481 std::ostringstream out; TEST_F() local
1530 std::ostringstream out; TEST_F() local
1585 std::ostringstream out; TEST_F() local
1634 std::ostringstream out; TEST_F() local
1682 std::ostringstream out; TEST_F() local
1722 std::ostringstream out; TEST_F() local
1800 std::ostringstream out; TEST_F() local
1885 std::ostringstream out; TEST_F() local
1939 std::ostringstream out; TEST_F() local
[all...]
/third_party/icu/tools/colprobe/
H A Duprinter.h31 UFILE *out; member in UPrinter
/third_party/icu/icu4j/perf-tests/
H A Dperftests.pl272 sub out { subroutine
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Dir3_asm.c63 ir3_asm_disassemble(struct ir3_kernel *k, FILE *out) in ir3_asm_disassemble() argument
/third_party/node/deps/v8/third_party/zlib/google/
H A Dredact.h21 friend std::ostream& operator<<(std::ostream& out, const Redact&& r) { in operator <<() argument
/third_party/node/deps/zlib/google/
H A Dredact.h21 friend std::ostream& operator<<(std::ostream& out, const Redact&& r) { in operator <<() argument
/third_party/node/deps/v8/tools/debug_helper/
H A Dgen-heap-constants.py62 'd::HeapAddresses* heap_addresses, uintptr_t any_uncompressed_ptr) {\\n' global() variable
64 out = out + ' if (heap_addresses->any_heap_pointer == 0) {\\n' global() variable
66 out = out + ' }\\n' global() variable
70 out = out + ' if (heap_addresses->' + space_name + '_first_page == 0) {\\n' global() variable
74 out = out + ' }\\n' global() variable
75 out = out + '}\\n' global() variable
77 out = out + '\\n}\\n}\\n}\\n' global() variable
[all...]
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c15 struct msqid_ds out, *orig; in msgctl() local
/third_party/musl/src/ipc/
H A Dmsgctl.c14 struct msqid_ds out, *orig; in msgctl() local
/third_party/nghttp2/tests/
H A Dnghttp2_npn_test.c37 unsigned char *out; in http2() local
49 unsigned char *out; in http11() local
62 unsigned char *out = NULL; in no_overlap() local
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dunicodestring_test.cc29 ostream& operator<<(ostream& out, const UnicodeString& s) { in operator <<() argument
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.cc12 std::string out; in ToString() local
/third_party/node/deps/v8/src/objects/
H A Dtagged-impl.cc17 void TaggedImpl<kRefType, StorageType>::ShortPrint(FILE* out) { in ShortPrint() argument
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/multibyte_gtest/
H A Dmultibyte_mbrtowc_test.cpp27 wchar_t out[SIZE] = {}; in HWTEST_F() local

Completed in 9 milliseconds

12345678910>>...136