/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 45 union sigval val = args->sev->sigev_value; in start() local
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_option.c | 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() argument 46 nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_peer_max_concurrent_streams() argument 62 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_max_reserved_remote_streams() argument 102 nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) nghttp2_option_set_no_auto_ping_ack() argument 107 nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, size_t val) nghttp2_option_set_max_send_header_block_length() argument 113 nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option, size_t val) nghttp2_option_set_max_deflate_dynamic_table_size() argument 119 nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) nghttp2_option_set_no_closed_streams() argument 124 nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) nghttp2_option_set_max_outbound_ack() argument 129 nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) nghttp2_option_set_max_settings() argument 134 nghttp2_option_set_server_fallback_rfc7540_priorities( nghttp2_option *option, int val) nghttp2_option_set_server_fallback_rfc7540_priorities() argument 140 nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation( nghttp2_option *option, int val) nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation() argument 154 nghttp2_option_set_max_continuations(nghttp2_option *option, size_t val) nghttp2_option_set_max_continuations() argument [all...] |
/third_party/nghttp2/src/ |
H A D | comp_helper.c | 28 static void dump_val(json_t *jent, const char *key, uint8_t *val, size_t len) { in dump_val() argument
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-multi-thread-performance.c | 27 int *val = (int *)arg; in func() local
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_cond_timedwait.c | 197 int val = m->_m_lock; in __pthread_cond_timedwait() local
|
/third_party/musl/src/locale/ |
H A D | locale_map.c | 56 const struct __locale_map *__get_locale(int cat, const char *val) in __get_locale() argument [all...] |
/third_party/musl/src/misc/ |
H A D | mntent.c | 28 const char *val; in unescape_ent() local
|
/third_party/ninja/src/ |
H A D | eval_env.cc | 30 void BindingEnv::AddBinding(const string& key, const string& val) { in AddBinding() argument 55 void Rule::AddBinding(const string& key, const EvalString& val) { in AddBinding() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable_strvp.c | 39 void *val; member 115 ares__htable_strvp_insert(ares__htable_strvp_t *htable, const char *key, void *val) ares__htable_strvp_insert() argument 150 ares__htable_strvp_get(const ares__htable_strvp_t *htable, const char *key, void **val) ares__htable_strvp_get() argument 177 void *val = NULL; ares__htable_strvp_get_direct() local [all...] |
H A D | ares__htable_szvp.c | 39 void *val; member 115 ares__htable_szvp_insert(ares__htable_szvp_t *htable, size_t key, void *val) ares__htable_szvp_insert() argument 146 ares__htable_szvp_get(const ares__htable_szvp_t *htable, size_t key, void **val) ares__htable_szvp_get() argument 173 void *val = NULL; ares__htable_szvp_get_direct() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | umutex.h | 79 inline void umtx_storeRelease(u_atomic_int32_t &var, int32_t val) { in umtx_storeRelease() argument
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_hwconfig.c | 44 uint32_t val[]; member [all...] |
/third_party/mesa3d/src/mesa/main/tests/ |
H A D | mesa_formats.cpp | 195 test_unpack_r8i(int8_t val) in test_unpack_r8i() argument 203 test_unpack_r32ui(uint32_t val) in test_unpack_r32ui() argument 221 float val[4] = {0, 0.5, -1, 2}; in TEST_F() local 232 uint16_t val = (1 << 0) | (0x3f << 5) | (0x10 << 11); in TEST_F() local 242 test_unpack_floatz_z32f(float val) in test_unpack_floatz_z32f() argument 257 test_unpack_uintz_z32f(float val) test_unpack_uintz_z32f() argument 274 float val = 0.571428597f; TEST_F() local 283 uint8_t val[4] = {(uint8_t)i, 0, 0, 0}; TEST_F() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_option.c | 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() argument 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() argument 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() argument 46 nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_peer_max_concurrent_streams() argument 62 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, uint32_t val) nghttp2_option_set_max_reserved_remote_streams() argument 102 nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) nghttp2_option_set_no_auto_ping_ack() argument 107 nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, size_t val) nghttp2_option_set_max_send_header_block_length() argument 113 nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option, size_t val) nghttp2_option_set_max_deflate_dynamic_table_size() argument 119 nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) nghttp2_option_set_no_closed_streams() argument 124 nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) nghttp2_option_set_max_outbound_ack() argument 129 nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) nghttp2_option_set_max_settings() argument 134 nghttp2_option_set_server_fallback_rfc7540_priorities( nghttp2_option *option, int val) nghttp2_option_set_server_fallback_rfc7540_priorities() argument 140 nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation( nghttp2_option *option, int val) nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation() argument [all...] |
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.c | 252 exif_mnote_data_apple_get_value(ExifMnoteData *md, unsigned int i, char *val, unsigned int maxlen) { in exif_mnote_data_apple_get_value() argument
|
/third_party/libexif/libexif/pentax/ |
H A D | mnote-pentax-entry.c | 308 mnote_pentax_entry_get_value(MnotePentaxEntry *entry, char *val, unsigned int maxlen) mnote_pentax_entry_get_value() argument [all...] |
/third_party/libexif/libexif/ |
H A D | exif-mnote-data.c | 145 exif_mnote_data_get_value (ExifMnoteData *d, unsigned int n, char *val, unsigned int maxlen) in exif_mnote_data_get_value() argument
|
/third_party/libinput/src/ |
H A D | util-matrix.h | 34 float val[3][3]; /* [row][col] */ member [all...] |
/third_party/ltp/testcases/kernel/syscalls/mremap/ |
H A D | mremap06.c | 51 char val; in check_pages() local
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl04.c | 71 int val; member 120 static void check_strict_mode(int val) in check_strict_mode() argument 157 static void check_filter_mode(int val) in check_filter_mode() argument
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime01.c | 125 long long val; in verify_clock_adjtime() local
|
/third_party/ltp/testcases/kernel/syscalls/eventfd/ |
H A D | eventfd06.c | 78 uint64_t val; in clear_counter() local
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
H A D | timer_settime01.c | 93 long long val; in run() local
|
/third_party/lwip/src/core/ |
H A D | def.c | 221 char val = (char)('0' + (n % 10)); in lwip_itoa() local
|
/third_party/lwip/src/core/ipv4/ |
H A D | ip4_addr.c | 125 ip4_addr_t val; in ipaddr_addr() local 147 u32_t val; in ip4addr_aton() local [all...] |