Home
last modified time | relevance | path

Searched +defs:val +defs:f (Results 376 – 400 of 2681) sorted by relevance

1...<<11121314151617181920>>...108

/aosp_15_r20/external/musl/src/internal/
H A Dintscan.c26 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim) in __intscan()
28 const unsigned char *val = table+1; in __intscan() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DByteArrayMutatorFactory.java190 byte[] val, int valPos, byte[] out, int outPos, PseudoRandom prng) { in rndArraycopy()
201 int f = otherValue.length - copySize; in insertPart() local
216 int f = otherValue.length - copySize; in overwritePart() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-common.c769 char *env, *val, *ignore = getenv("AFL_IGNORE_UNKNOWN_ENVS"); in check_environment_vars() local
848 char *val; in get_afl_env() local
921 u8 *val = rest; in extract_and_set_env() local
1003 u8 *stringify_int(u8 *buf, size_t len, u64 val) { in stringify_int()
1060 u8 *stringify_float(u8 *buf, size_t len, double val) { in stringify_float()
1086 u8 *stringify_mem_size(u8 *buf, size_t len, u64 val) { in stringify_mem_size()
1167 u8 *u_stringify_int(u8 *buf, u64 val) { in u_stringify_int()
1223 u8 *u_stringify_float(u8 *buf, double val) { in u_stringify_float()
1249 u8 *u_stringify_mem_size(u8 *buf, u64 val) { in u_stringify_mem_size()
1386 FILE *f; in create_ffile() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Drepeated.c113 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_Reify() local
129 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_EnsureReified() local
152 static PyTypeObject* PyUpb_RepeatedContainer_GetClass(const upb_FieldDef* f) { in PyUpb_RepeatedContainer_GetClass()
166 const upb_FieldDef* f, in PyUpb_RepeatedContainer_NewStub()
182 const upb_FieldDef* f, in PyUpb_RepeatedContainer_GetOrCreateWrapper()
206 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_DeepCopy() local
231 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_Extend() local
265 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_Item() local
274 const upb_FieldDef* f = PyUpb_RepeatedContainer_GetField(self); in PyUpb_RepeatedContainer_ToList() local
278 PyObject* val = PyUpb_UpbToPy(upb_Array_Get(arr, i), f, self->arena); in PyUpb_RepeatedContainer_ToList() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dtest.proto19 optional google.protobuf.Value val = 6; field
20 optional float f = 7; field
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp177 ImmediateValue val; in isImmdLoad() local
907 float f = imm2.reg.data.f32 * exp2f(mul2->postFactor); in tryCollapseChainedMULs() local
1062 uint64_t val = imm0.reg.data.u64; in opnd() local
2268 int32_t val = insn->getSrc(2)->asImm()->reg.data.s32; in handleSUCLAMP() local
3134 MemoryOpt::purgeRecords(Instruction *const st, DataFile f) in purgeRecords()
3591 ImmediateValue val; in handleMADforNV50() local
3634 ImmediateValue val; in handleMADforNVC0() local
4070 #define RUN_PASS(l, n, f) \ argument
H A Dnv50_ir_inlines.h38 static inline bool isMemoryFile(DataFile f) in isMemoryFile()
264 void Instruction::setFlagsDef(int d, Value *val) in setFlagsDef()
278 void Instruction::setFlagsSrc(int s, Value *val) in setFlagsSrc()
/aosp_15_r20/external/marisa-trie/bindings/ruby/
H A Dmarisa-swig_wrap.cxx959 # define PROTECTFUNC(f) ((VALUE (*)()) f) argument
960 # define VALUEFUNC(f) ((VALUE (*)()) f) argument
961 # define VOIDFUNC(f) ((void (*)()) f) argument
964 # define PROTECTFUNC(f) ((VALUE (*)()) f) argument
965 # define VALUEFUNC(f) ((VALUE (*)()) f) argument
966 # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) argument
968 # define PROTECTFUNC(f) ((VALUE (*)(VALUE)) f) argument
969 # define VALUEFUNC(f) ((VALUE (*)(ANYARGS)) f) argument
970 # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) argument
974 # define VALUEFUNC(f) (f) argument
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.c98 struct value *val) in type_to_value()
136 struct value *val, int lvl) in member_to_value()
255 static int predicate_to_value(char *predicate, struct value *val) in predicate_to_value()
307 char *membername, char *predicate, struct value *val) in trace_to_value()
441 static char *value_to_str(struct btf *btf, struct value *val, char *str) in value_to_str()
460 FILE *f; in get_func_ip_mod() local
717 struct value *val = &trace->traces[i]; in trace_handler() local
/aosp_15_r20/external/cn-cbor/src/
H A Dcn-encoder.c79 static void _write_positive(cn_write_state *ws, cn_cbor_type typ, uint64_t val) { in _write_positive()
116 static void _write_double(cn_write_state *ws, double val) in _write_double()
123 float f; in _write_double() member
/aosp_15_r20/external/libdav1d/src/
H A Drecon_tmpl.c51 unsigned val = 1; in read_golomb() local
330 const Dav1dFrameContext *const f = t->f; in decode_coefs() local
740 const Dav1dFrameContext *const f = t->f; in read_coef_tree() local
830 const Dav1dFrameContext *const f = t->f; in bytefn() local
949 const Dav1dFrameContext *const f = t->f; in mc() local
999 #define scale_mv(res, val, scale) do { \ in mc() argument
1061 const Dav1dFrameContext *const f = t->f; in obmc() local
1125 const Dav1dFrameContext *const f = t->f; in warp_affine() local
1184 const Dav1dFrameContext *const f = t->f; in bytefn() local
1564 const Dav1dFrameContext *const f = t->f; in bytefn() local
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.cpp358 BinaryPrimitive::BinaryPrimitive(const android::Res_value& val) : value(val) { in BinaryPrimitive()
444 const char* BinaryPrimitive::DecideFormat(float f) { in DecideFormat()
488 float f; in PrettyPrint() local
523 constexpr T* add_pointer(T& val) { in add_pointer()
750 android::Res_value val = {}; in Matches() local
/aosp_15_r20/art/test/ti-stress/
H A Dstress.cc382 const char* val = jnienv->GetStringUTFChars(str, nullptr); in GetName() local
398 static std::string GetValOf(jvmtiEnv* env, JNIEnv* jnienv, std::string type, jvalue val) { in GetValOf()
533 jvalue val) { in MethodExitHook()
577 jfieldID f = fields[i]; in ClassPrepareHook() local
736 jfieldID f = fields[j]; in WatchAllFields() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Daarch64-inline-asm.c24 float f; variable
53 int val; in test_constraint_Q() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs262 let val = 5; in test_iter() localVariable
278 let mut val = 5; in test_mut_iter() localVariable
339 let val = 1; in test_copied() localVariable
361 let val = 1; in test_cloned() localVariable
384 let val = Some(1)?; in test_try() localVariable
390 let val = None?; in test_try() localVariable
416 let mut val = 42; in test_option_as_deref_mut() localVariable
532 let f = thing.find("{{"); in option_ext() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs262 let val = 5; in test_iter() localVariable
278 let mut val = 5; in test_mut_iter() localVariable
339 let val = 1; in test_copied() localVariable
361 let val = 1; in test_cloned() localVariable
384 let val = Some(1)?; in test_try() localVariable
390 let val = None?; in test_try() localVariable
416 let mut val = 42; in test_option_as_deref_mut() localVariable
532 let f = thing.find("{{"); in option_ext() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Doption.rs262 let val = 5; in test_iter() localVariable
278 let mut val = 5; in test_mut_iter() localVariable
339 let val = 1; in test_copied() localVariable
361 let val = 1; in test_cloned() localVariable
384 let val = Some(1)?; in test_try() localVariable
390 let val = None?; in test_try() localVariable
416 let mut val = 42; in test_option_as_deref_mut() localVariable
532 let f = thing.find("{{"); in option_ext() localVariable
/aosp_15_r20/external/libdrm/
H A Dxf86drm.h116 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) argument
118 #define DRM_PRINTFLIKE(f, a) argument
129 void (*f)(int, void *, void *); member
553 #define DRM_SPINLOCK(spin,val) \ argument
562 #define DRM_SPINLOCK_TAKE(spin,val) \ argument
572 #define DRM_SPINLOCK_COUNT(spin,val,count,__ret) \ argument
582 #define DRM_SPINUNLOCK(spin,val) \ argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Dtest.proto26 optional google.protobuf.Value val = 6; field
27 optional float f = 7; field
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Ddebugfs.c403 static void print_features(struct ext2_super_block * s, FILE *f) in print_features()
424 const char *str, int *first, FILE *f) in print_bg_opts()
552 FILE *f; member
638 static void dump_blocks(FILE *f, const char *prefix, ext2_ino_t inode) in dump_blocks()
671 static void dump_extents(FILE *f, const char *prefix, ext2_ino_t ino, in dump_extents()
1285 const char *format, __u8 *val) in modify_u8()
1307 const char *format, __u16 *val) in modify_u16()
1329 const char *format, __u32 *val) in modify_u32()
2487 FILE *f; in source_file() local
/aosp_15_r20/external/dnsmasq/src/
H A Doption.c31 int val; member
371 unsigned char val, size; member
606 int val; in do_usage() member
761 int i, val = atoi(comma); in parse_dhcp_opt() local
2225 FILE* f; in one_file() local
2562 FILE* f; in read_opts() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java52 DecimalFormat f = new DecimalFormat("#,##,###", US); in TestSecondaryGrouping() local
395 NumberFormat f = NumberFormat.getInstance(); in Test4161100() local
442 String val = values[i]; in TestBigDecimalRounding() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DBigNumberFormatTest.java55 DecimalFormat f = new DecimalFormat("#,##,###", US); in TestSecondaryGrouping() local
398 NumberFormat f = NumberFormat.getInstance(); in Test4161100() local
445 String val = values[i]; in TestBigDecimalRounding() local
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc33 inline bool isnan(double val) { return !!_isnan(val); } in isnan()
34 inline bool isinf(double val) { return !_finite(val); } in isinf()
36 inline bool isnan(double val) { return std::isnan(val); } in isnan()
37 inline bool isinf(double val) { return std::isinf(val); } in isinf()
249 float f; in UnserializeFloat() member
397 long long& val) { in Match()
3532 long long val; in Parse() local
3540 const long long val = UnserializeUInt(pReader, pos, size); in Parse() local
3547 const long long val = UnserializeUInt(pReader, pos, size); in Parse() local
7725 Frame& f = m_frames[0]; in Parse() local
[all …]
/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.cc32 inline bool isnan(double val) { return !!_isnan(val); } in isnan()
33 inline bool isinf(double val) { return !_finite(val); } in isinf()
35 inline bool isnan(double val) { return std::isnan(val); } in isnan()
36 inline bool isinf(double val) { return std::isinf(val); } in isinf()
248 float f; in UnserializeFloat() member
396 long long& val) { in Match()
3531 long long val; in Parse() local
3539 const long long val = UnserializeUInt(pReader, pos, size); in Parse() local
3546 const long long val = UnserializeUInt(pReader, pos, size); in Parse() local
7724 Frame& f = m_frames[0]; in Parse() local
[all …]

1...<<11121314151617181920>>...108