/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/ |
D | binary_search.hpp | 38 const Tp& val) in lower_bound() 63 const Tp& val, Compare comp) in lower_bound() 88 const Tp& val) in upper_bound() 113 const Tp& val, Compare comp) in upper_bound() 138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() 169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range() 170 Compare comp) in equal_range() 201 const Tp& val) { in binary_search() 208 const Tp& val, in binary_search() 209 Compare comp) { in binary_search()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | pattern.c | 107 xmlStreamCompPtr comp; /* the compiled stream */ member 180 xmlPatternPtr comp; /* the result */ member 228 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern() 233 xmlFreePatternInternal(xmlPatternPtr comp) { in xmlFreePatternInternal() 269 xmlFreePatternList(xmlPatternPtr comp) { in xmlFreePatternList() 347 xmlPatternAdd(xmlPatParserContextPtr ctxt, xmlPatternPtr comp, in xmlPatternAdd() 408 xmlReversePattern(xmlPatternPtr comp) { in xmlReversePattern() 498 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch() 701 #define SKIP(val) ctxt->cur += (val) argument 702 #define NXT(val) ctxt->cur[(val)] argument [all …]
|
H A D | xpath.c | 189 xmlXPathIsNaN(double val) { in xmlXPathIsNaN() 206 xmlXPathIsInf(double val) { in xmlXPathIsInf() 918 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) in xmlXPathFreeCompExpr() 982 xmlXPathCompExprPtr comp = ctxt->comp; in xmlXPathCompExprAdd() local 1056 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument 1059 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument 1063 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument 1066 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument 1069 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument 1332 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpStepOp() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | pattern.c | 107 xmlStreamCompPtr comp; /* the compiled stream */ member 180 xmlPatternPtr comp; /* the result */ member 228 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern() 233 xmlFreePatternInternal(xmlPatternPtr comp) { in xmlFreePatternInternal() 269 xmlFreePatternList(xmlPatternPtr comp) { in xmlFreePatternList() 347 xmlPatternAdd(xmlPatParserContextPtr ctxt, xmlPatternPtr comp, in xmlPatternAdd() 379 xmlReversePattern(xmlPatternPtr comp) { in xmlReversePattern() 461 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) { in xmlPatMatch() 661 #define SKIP(val) ctxt->cur += (val) argument 662 #define NXT(val) ctxt->cur[(val)] argument [all …]
|
H A D | xpath.c | 186 xmlXPathIsNaN(double val) { in xmlXPathIsNaN() 203 xmlXPathIsInf(double val) { in xmlXPathIsInf() 899 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) in xmlXPathFreeCompExpr() 963 xmlXPathCompExprPtr comp = ctxt->comp; in xmlXPathCompExprAdd() local 1011 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument 1014 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument 1018 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument 1021 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument 1024 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument 1222 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, in xmlXPathDebugDumpStepOp() [all …]
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_tree.h | 37 constexpr bool is_sorted_and_unique(const Range& range, Comp comp) { in is_sorted_and_unique() 102 NO_UNIQUE_ADDRESS key_compare comp; member 418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign() 436 V&& val) { in append_or_assign() 459 V&& val) { in append_unique() 504 const KeyCompare& comp) in flat_tree() 512 const KeyCompare& comp) in flat_tree() 520 const KeyCompare& comp) in flat_tree() 528 const KeyCompare& comp) in flat_tree() 536 const KeyCompare& comp) in flat_tree() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | flat_tree.hpp | 149 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp, dtl::false_) in flat_tree_container_inplace_merge() 161 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp, dtl::true_) in flat_tree_container_inplace_sort_ending() 172 (SequenceContainer& dest, typename SequenceContainer::iterator it, Compare comp , dtl::false_) in flat_tree_container_inplace_sort_ending() 184 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::true_) in flat_tree_merge_equal() 191 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::false_) in flat_tree_merge_equal() 206 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::true_) in flat_tree_merge_unique() 213 (SequenceContainer& dest, Iterator first, Iterator last, Compare comp, dtl::false_) in flat_tree_merge_unique() 305 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp) in flat_tree_sort_contiguous_to_adopt() 328 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp, dtl::true_) in flat_tree_adopt_sequence_equal() 336 (SequenceContainer &tseq, BOOST_RV_REF(SequenceContainer) seq, Compare comp, dtl::false_) in flat_tree_adopt_sequence_equal() [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testskiplist.c | 45 apr_skiplist_compare comp) in apr_skiplist_add_compare() 81 const char *val; in skiplist_find() local 91 const char *val; in skiplist_dontfind() local 99 const char *val; in skiplist_insert() local 125 const char *val; in skiplist_add() local 167 const char *val; in skiplist_size() local 190 const char *val; in skiplist_remove() local 232 const char *val; in skiplist_random_loop() local 275 static int comp(void *a, void *b){ in comp() function 307 int *val = NULL; in skiplist_test() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | TensorModeKernel.cuh | 13 unsigned int val; member 20 unsigned int val; member 112 const Comparator& comp) { in bitonicSwap() 129 const Comparator& comp) { in bitonicSwapKeys() 145 const Comparator& comp) { in bitonicSortKeys()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_spill.c | 37 set_base_reg(struct ir3_instruction *mem, unsigned val) in set_base_reg() 115 for (unsigned comp = 0; comp < orig_components; comp += 4) { in split_spill() local 151 for (unsigned comp = 0; comp < orig_components; comp += 4) { in split_reload() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qemu/common/ |
D | shared_mem.c | 29 static void write_bit(uint8_t *bit_mask, size_t bit_num, bool val) in write_bit() 92 struct ffa_comp_mrd *comp = compv; in qemu_ffa_comp_set_shared() local 128 struct ffa_comp_mrd *comp = trusty_ffa_mtd_get_comp_mrd(mtd); in plat_mem_set_shared() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | gather_test1.cpp | 34 void test_iterators ( Iterator first, Iterator last, Predicate comp, std::size_t offset ) { in test_iterators() 56 void test_iterator_types ( const Container &c, Predicate comp, std::size_t offset ) { in test_iterator_types() 83 T val; member
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/ |
H A D | apr_tables.c | 501 const char *val) in apr_table_set() 573 const char *val) in apr_table_setn() 699 const char *val) in apr_table_merge() 736 const char *val) in apr_table_mergen() 791 const char *val) in apr_table_add() 811 const char *val) in apr_table_addn() 918 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp, in apr_table_do() 961 APR_DECLARE(int) apr_table_vdo(apr_table_do_callback_fn_t *comp, in apr_table_vdo() 1250 static int table_getm_do(void *v, const char *key, const char *val) in table_getm_do()
|
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | ... synthetic org.openjdk.tools.sjavac.Log val$log
final synthetic org.openjdk.tools. ... |
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | veristat.c | 746 const char **str, long *val) in prepare_value() 780 long val = 0; in output_stats() local 884 long val; in parse_stat_value() local 1075 static void output_comp_stats(const struct verif_stats *base, const struct verif_stats *comp, in output_comp_stats() 1163 static int cmp_stats_key(const struct verif_stats *base, const struct verif_stats *comp) in cmp_stats_key() 1242 const struct verif_stats *base, *comp; in handle_comparison_mode() local
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Stat.java | 21 public long val() { int o = __offset(6); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in val() method in Stat 22 …public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val… in mutateVal() 28 long val, in createStat() 39 public static void addVal(FlatBufferBuilder builder, long val) { builder.addLong(1, val, 0L); } in addVal() 59 int val = bb.getShort(__offset(8, bb.capacity() - tableOffset, bb)) & 0xFFFF; in __lookup_by_key() local 60 int comp = val > key ? 1 : val < key ? -1 : 0; in __lookup_by_key() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
H A D | dcac_prediction.cpp | 30 int comp, in doDCACPrediction() 48 int32 val; in doDCACPrediction() local 208 int comp, in doDCACPrediction_I()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1117 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1266 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1294 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1346 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1356 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1369 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1382 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1409 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1416 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 972 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1085 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1109 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1135 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1159 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1169 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1182 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1195 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1222 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1229 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 961 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main() 1062 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() 1086 static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_16bit() 1112 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess() 1136 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load() 1146 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() 1159 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16() 1172 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16() 1199 STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i… in stbi_load_from_memory() 1206 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable 399 let comp: &mut [i32] = &mut [4, 2, 5]; in unsafe_cell_unsized() localVariable 411 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_unsized() localVariable 425 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_ref_coercion() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable 399 let comp: &mut [i32] = &mut [4, 2, 5]; in unsafe_cell_unsized() localVariable 411 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_unsized() localVariable 425 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_ref_coercion() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable 399 let comp: &mut [i32] = &mut [4, 2, 5]; in unsafe_cell_unsized() localVariable 411 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_unsized() localVariable 425 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_ref_coercion() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable 399 let comp: &mut [i32] = &mut [4, 2, 5]; in unsafe_cell_unsized() localVariable 411 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_unsized() localVariable 425 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_ref_coercion() localVariable
|