Home
last modified time | relevance | path

Searched +defs:val +defs:f (Results 26 – 50 of 1902) sorted by relevance

12345678910>>...77

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dmessage.c31 bool upb_Message_HasFieldByDef(const upb_Message* msg, const upb_FieldDef* f) { in upb_Message_HasFieldByDef()
44 const upb_FieldDef* f = upb_OneofDef_Field(o, 0); in upb_Message_WhichOneof() local
58 const upb_FieldDef* f) { in upb_Message_GetFieldByDef()
64 const upb_FieldDef* f, in upb_Message_Mutable()
72 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Mutable() local
102 bool upb_Message_SetFieldByDef(upb_Message* msg, const upb_FieldDef* f, in upb_Message_SetFieldByDef()
103 upb_MessageValue val, upb_Arena* a) { in upb_Message_SetFieldByDef()
107 void upb_Message_ClearFieldByDef(upb_Message* msg, const upb_FieldDef* f) { in upb_Message_ClearFieldByDef()
130 const upb_FieldDef* f = upb_MessageDef_Field(m, i); in upb_Message_Next() local
132 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Next() local
[all …]
/aosp_15_r20/external/coreboot/util/msrtool/
H A Dmsrutils.c9 static void print_bitdef(FILE *f, const struct msrbits *mb, const char *tail) { in print_bitdef()
26 static void print_bitval(FILE *f, const struct msrbits *mb, const struct msr val) { in print_bitval()
64 void hexprint(FILE *f, const struct msr val, const uint8_t bits) { in hexprint()
99 void strprint(FILE *f, const struct msr val, const uint8_t bits) { in strprint()
199 int dumpmsrdefsvals(FILE *f, const struct targetdef *t, const uint8_t cpu) { in dumpmsrdefsvals()
200 struct msr val = MSR1(0); in dumpmsrdefsvals() local
266 void decodemsr(const uint8_t cpu, const uint32_t addr, const struct msr val) { in decodemsr()
303 uint8_t diff_msr(FILE *f, const uint32_t addr, const struct msr a, const struct msr b) { in diff_msr()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c85 PyTypeObject* PyUpb_MapContainer_GetClass(const upb_FieldDef* f) { in PyUpb_MapContainer_GetClass()
88 const upb_FieldDef* val = in PyUpb_MapContainer_GetClass() local
95 PyObject* PyUpb_MapContainer_NewStub(PyObject* parent, const upb_FieldDef* f, in PyUpb_MapContainer_NewStub()
114 const upb_FieldDef* f = PyUpb_MapContainer_GetField(self); in PyUpb_MapContainer_Reify() local
140 const upb_FieldDef* f = PyUpb_MapContainer_GetField(self); in PyUpb_MapContainer_EnsureReified() local
154 upb_MessageValue key, upb_MessageValue val, in PyUpb_MapContainer_Set()
170 PyObject* val) { in PyUpb_MapContainer_AssignSubscript()
173 const upb_FieldDef* f = PyUpb_MapContainer_GetField(self); in PyUpb_MapContainer_AssignSubscript() local
196 const upb_FieldDef* f = PyUpb_MapContainer_GetField(self); in PyUpb_MapContainer_Subscript() local
222 const upb_FieldDef* f = PyUpb_MapContainer_GetField(self); in PyUpb_MapContainer_Contains() local
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c127 VALUE val = ObjectCache_Get(msg); in Message_GetRubyWrapper() local
210 static bool IsFieldWrapper(const upb_FieldDef* f) { in IsFieldWrapper()
215 const upb_FieldDef** f, const upb_OneofDef** o, in Match()
232 const upb_FieldDef** f, const upb_OneofDef** o) { in extract_method_call()
294 static void Message_setfield(upb_Message* msg, const upb_FieldDef* f, VALUE val, in Message_setfield()
313 VALUE Message_getfield(VALUE _self, const upb_FieldDef* f) { in Message_getfield()
342 static VALUE Message_field_accessor(VALUE _self, const upb_FieldDef* f, in Message_field_accessor()
441 const upb_FieldDef* f; in Message_method_missing() local
479 const upb_FieldDef* f; in Message_respond_to_missing() local
507 static int Map_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Map_initialize_kwarg()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c127 VALUE val = ObjectCache_Get(msg); in Message_GetRubyWrapper() local
210 static bool IsFieldWrapper(const upb_FieldDef* f) { in IsFieldWrapper()
215 const upb_FieldDef** f, const upb_OneofDef** o, in Match()
232 const upb_FieldDef** f, const upb_OneofDef** o) { in extract_method_call()
294 static void Message_setfield(upb_Message* msg, const upb_FieldDef* f, VALUE val, in Message_setfield()
313 VALUE Message_getfield(VALUE _self, const upb_FieldDef* f) { in Message_getfield()
342 static VALUE Message_field_accessor(VALUE _self, const upb_FieldDef* f, in Message_field_accessor()
441 const upb_FieldDef* f; in Message_method_missing() local
479 const upb_FieldDef* f; in Message_respond_to_missing() local
507 static int Map_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Map_initialize_kwarg()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dminmax.rs80 let val = MinmaxSample { time, value: meas }; in reset() localVariable
91 let val = MinmaxSample { time, value: meas }; in running_min() localVariable
112 let val = MinmaxSample { time, value: meas }; in running_max() localVariable
133 let val = MinmaxSample { time, value: meas }; in subwin_update() localVariable
176 let mut f = Minmax::new(Duration::ZERO); in reset_filter_rtt() localVariable
195 let mut f = Minmax::new(0); in reset_filter_bandwidth() localVariable
214 let mut f = Minmax::new(Duration::ZERO); in get_windowed_min_rtt() localVariable
238 let mut f = Minmax::new(0); in get_windowed_min_bandwidth() localVariable
262 let mut f = Minmax::new(Duration::ZERO); in get_windowed_max_rtt() localVariable
286 let mut f = Minmax::new(0); in get_windowed_max_bandwidth() localVariable
[all …]
/aosp_15_r20/external/rust/crates/quiche/src/
Dminmax.rs80 let val = MinmaxSample { time, value: meas }; in reset() localVariable
91 let val = MinmaxSample { time, value: meas }; in running_min() localVariable
112 let val = MinmaxSample { time, value: meas }; in running_max() localVariable
133 let val = MinmaxSample { time, value: meas }; in subwin_update() localVariable
176 let mut f = Minmax::new(Duration::ZERO); in reset_filter_rtt() localVariable
195 let mut f = Minmax::new(0); in reset_filter_bandwidth() localVariable
214 let mut f = Minmax::new(Duration::ZERO); in get_windowed_min_rtt() localVariable
238 let mut f = Minmax::new(0); in get_windowed_min_bandwidth() localVariable
262 let mut f = Minmax::new(Duration::ZERO); in get_windowed_max_rtt() localVariable
286 let mut f = Minmax::new(0); in get_windowed_max_bandwidth() localVariable
[all …]
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp32 float fast_frexp(float val, int *exp) in fast_frexp()
91 for(float f : a) in TEST() local
160 float f(float x) in f() function
198 float val = Log2Relaxed(x); in TEST() local
258 float f = x - floor(x); in Exp2Relaxed() local
279 float val = Exp2Relaxed(x); in TEST() local
353 float val = Log2(x); in TEST() local
415 float f = x - floor(x); in Exp2() local
436 float val = Exp2(x); in TEST() local
490 float val = sin5(z); in TEST() local
[all …]
/aosp_15_r20/external/dtc/
H A Dflattree.c45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell()
102 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
109 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
115 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell()
125 FILE *f = e; in asm_emit_cell() local
135 FILE *f = e; in asm_emit_string() local
145 FILE *f = e; in asm_emit_align() local
152 FILE *f = e; in asm_emit_data() local
174 FILE *f = e; in asm_emit_beginnode() local
[all …]
/aosp_15_r20/external/iproute2/ip/
H A Diplink_bridge_slave.c22 static void print_explain(FILE *f) in print_explain()
56 static void print_portstate(FILE *f, __u8 state) in print_portstate()
67 static void _print_onoff(FILE *f, char *json_flag, char *flag, __u8 val) in _print_onoff()
75 static void _print_hex(FILE *f, in _print_hex()
78 __u16 val) in _print_hex()
90 static void _print_timer(FILE *f, const char *attr, struct rtattr *timer) in _print_timer()
107 static void bridge_slave_print_opt(struct link_util *lu, FILE *f, in bridge_slave_print_opt()
246 __u8 val; in bridge_slave_parse_on_off() local
347 FILE *f) in bridge_slave_print_help()
H A Diplink_can.c22 static void print_usage(FILE *f) in print_usage()
62 static int get_float(float *val, const char *arg) in get_float()
90 static void print_ctrlmode(FILE *f, __u32 cm) in print_ctrlmode()
215 __u32 val = 1; in can_parse_opt() local
219 __u32 val; in can_parse_opt() local
226 __u16 val; in can_parse_opt() local
271 static void can_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in can_print_opt()
550 FILE *f, struct rtattr *xstats) in can_print_xstats()
581 FILE *f) in can_print_help()
/aosp_15_r20/external/libevent/
H A Dopenssl-compat.h21 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
22 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
25 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
26 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
28 #define BIO_set_init(b, val) (b)->init = (val) argument
29 #define BIO_set_data(b, val) (b)->ptr = (val) argument
30 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp84 inline void fast_string::construct(Iterator f, Iterator l) in construct()
147 utree val; member
294 inline void list::insert(T const& val, Iterator pos) in insert()
315 inline void list::push_front(T const& val) in push_front()
334 inline void list::push_back(T const& val) in push_back()
415 F f; member
432 bind_impl<F, X const> bind(F f, X const& x) in bind()
438 bind_impl<F, X> bind(F f, X& x) in bind()
641 stored_function<F>::stored_function(F f) in stored_function()
671 referenced_function<F>::referenced_function(F& f) in referenced_function()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c33 FILE *f; in hostapd_config_read_vlan_file() local
124 FILE *f; in hostapd_config_read_maclist() local
254 FILE *f; in hostapd_config_read_eap_user() local
586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr()
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
638 int val = 0, last; in hostapd_config_parse_key_mgmt() local
749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
766 char *val) in hostapd_config_read_wep()
818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
836 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/
Doptional.hpp152 optional_base ( init_value_tag, argument_type val ) in optional_base()
162 optional_base ( init_value_tag, rval_reference_type val ) in optional_base()
172 optional_base ( bool cond, argument_type val ) in optional_base()
183 optional_base ( bool cond, rval_reference_type val ) in optional_base()
338 void assign ( argument_type val ) in assign()
347 void assign ( rval_reference_type val ) in assign()
388 void reset ( argument_type val ) { assign(val); } in reset()
400 void construct ( argument_type val ) in construct()
407 void construct ( rval_reference_type val ) in construct()
749 void assign_value ( argument_type val ) { get_impl() = val; } in assign_value()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp51 mesa_format f = (mesa_format) fi; in TEST_F() local
75 mesa_format f = (mesa_format) fi; in TEST_F() local
155 uint32_t f = _mesa_format_from_format_and_type(format, type); in fffat_wrap() local
192 test_unpack_r8i(int8_t val) in test_unpack_r8i()
200 test_unpack_r32ui(uint32_t val) in test_unpack_r32ui()
218 float val[4] = {0, 0.5, -1, 2}; in TEST_F() local
229 uint16_t val = (1 << 0) | (0x3f << 5) | (0x10 << 11); in TEST_F() local
239 test_unpack_floatz_z32f(float val) in test_unpack_floatz_z32f()
254 test_unpack_uintz_z32f(float val) in test_unpack_uintz_z32f()
271 float val = 0.571428597f; in TEST_F() local
[all …]
/aosp_15_r20/system/core/libutils/binder/
H A DErrors_test.cpp36 auto f = [](bool success, int* val) -> status_t { in TEST() local
42 int val; in TEST() local
54 auto f = [](bool success) -> Result<std::string, StatusT> { in TEST() local
70 auto f = [](bool success) -> Result<int, StatusT> { in TEST() local
92 auto f = [](bool success) -> Result<std::string, StatusT> { in TEST() local
100 std::string val = OR_RETURN(f(success)); in TEST() local
114 auto f = [&](bool success) -> Result<size_t, StatusT> { in TEST() local
128 auto f = [&](bool success) -> Result<bool, StatusT> { in TEST() local
142 auto f = [&](bool success) -> Result<unsigned char, StatusT> { in TEST() local
162 auto f = [&](bool success) -> Result<IntContainer, StatusT> { in TEST() local
/aosp_15_r20/art/test/991-field-trace-2/src/art/
H A DTest991.java32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
50 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) {} in handleFieldAccess()
51 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) {} in handleFieldModify()
61 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
67 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
73 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
79 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
88 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
97 public void handleFieldAccess(Executable m, long l, Class<?> fk, Object t, Field f) { in handleFieldAccess()
[all …]
/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c320 FILE * f; in DecoderSession_init_decoder() local
638 FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples) in write_iff_headers()
897 FLAC__bool write_riff_wave_fmt_chunk_body(FILE *f, FLAC__bool is_waveformatextensible, uint32_t bps… in write_riff_wave_fmt_chunk_body()
935 FLAC__bool write_aiff_form_comm_chunk(FILE *f, FLAC__uint64 samples, uint32_t bps, uint32_t channel… in write_aiff_form_comm_chunk()
985 FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 val) in write_little_endian_uint16()
995 FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 val) in write_little_endian_uint32()
1006 FLAC__bool write_little_endian_uint64(FILE *f, FLAC__uint64 val) in write_little_endian_uint64()
1019 FLAC__bool write_big_endian_uint16(FILE *f, FLAC__uint16 val) in write_big_endian_uint16()
1029 FLAC__bool write_big_endian_uint32(FILE *f, FLAC__uint32 val) in write_big_endian_uint32()
1040 FLAC__bool write_sane_extended(FILE *f, uint32_t val) in write_sane_extended()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c205 int val, *dst; in wpa_config_parse_int_impl() local
673 int val = 0, last, errors = 0; in wpa_config_parse_proto() local
774 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local
1231 int val; in wpa_config_parse_pairwise() local
1262 int val; in wpa_config_parse_group() local
1300 int val; in wpa_config_parse_group_mgmt() local
1334 int val = 0, last, errors = 0; in wpa_config_parse_auth_alg() local
2434 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) argument
2435 #define _STRe(f, m) #f, wpa_config_parse_str, OFFSET(eap.m) argument
2437 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) argument
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Dformat_r11g11b10f.h55 static inline uint32_t f32_to_uf11(float val) in f32_to_uf11()
58 float f; in f32_to_uf11() member
130 static inline float uf11_to_f32(uint16_t val) in uf11_to_f32()
133 float f; in uf11_to_f32() member
164 static inline uint32_t f32_to_uf10(float val) in f32_to_uf10()
167 float f; in f32_to_uf10() member
239 static inline float uf10_to_f32(uint16_t val) in uf10_to_f32()
242 float f; in uf10_to_f32() member
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Dencode.c49 static size_t encode_varint64(uint64_t val, char* buf) { in encode_varint64()
132 static void encode_fixed64(upb_encstate* e, uint64_t val) { in encode_fixed64()
137 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32()
143 static void encode_longvarint(upb_encstate* e, uint64_t val) { in encode_longvarint()
155 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint()
192 uint32_t val; in encode_fixedarray() local
198 uint64_t val; in encode_fixedarray() local
228 const upb_MiniTableField* f) { in encode_scalar()
313 const upb_MiniTableField* f) { in encode_array()
436 const upb_MiniTableField* f) { in encode_map()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Dencode.c49 static size_t encode_varint64(uint64_t val, char* buf) { in encode_varint64()
132 static void encode_fixed64(upb_encstate* e, uint64_t val) { in encode_fixed64()
137 static void encode_fixed32(upb_encstate* e, uint32_t val) { in encode_fixed32()
143 static void encode_longvarint(upb_encstate* e, uint64_t val) { in encode_longvarint()
155 static void encode_varint(upb_encstate* e, uint64_t val) { in encode_varint()
192 uint32_t val; in encode_fixedarray() local
198 uint64_t val; in encode_fixedarray() local
218 const upb_MiniTableField* f) { in encode_scalar()
301 const upb_MiniTableField* f) { in encode_array()
421 const upb_MiniTableField* f) { in encode_map()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dmsg.c321 upb_MessageValue val) { in lupb_pushmsgval()
465 upb_MessageValue val = upb_Array_Get(larray->arr, n); in lupb_array_index() local
546 upb_MessageValue val; in lupb_map_index() local
584 upb_MessageValue val = lupb_tomsgval(L, lmap->value_type, 3, 1, LUPB_COPY); in lupb_Map_Newindex() local
599 upb_MessageValue key, val; in lupb_MapIterator_Next() local
666 const upb_FieldDef* f = lupb_msg_tofield(L, msg, field); in lupb_msg_checkfield() local
694 upb_MessageValue val) { in lupb_Message_Newmsgwrapper()
713 const char* type, const upb_FieldDef* f) { in lupb_Message_Newud()
732 const upb_FieldDef* f, in lupb_Message_Newwrapper()
733 upb_MutableMessageValue val) { in lupb_Message_Newwrapper()
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-fragment-nodeps/android_common/aar/
Dandroid-support-fragment-nodeps.jar ... op android.support.v4.app.Fragment f int opNum int numOps void executePopOps (boolean) android ...

12345678910>>...77