/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | SortingHelper.java | 106 public void sort(Object a, int low, int high) { in sort() 131 (int[]) a, SEQUENTIAL, low, high); in sort() local 134 (long[]) a, SEQUENTIAL, low, high); in sort() local 137 (byte[]) a, low, high); in sort() local 140 (char[]) a, SEQUENTIAL, low, high); in sort() local 143 (short[]) a, SEQUENTIAL, low, high); in sort() local 146 (float[]) a, SEQUENTIAL, low, high); in sort() local 149 (double[]) a, SEQUENTIAL, low, high); in sort() local 235 public void sort(Object a, int low, int high) { in sort() 260 (int[]) a, PARALLEL, low, high); in sort() local [all …]
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | aarch64-neon-vcombine.c | 10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() 17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() 24 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() 31 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() 38 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() 45 uint16x8_t test_vcombine_u16(uint16x4_t low, uint16x4_t high) { in test_vcombine_u16() 52 uint32x4_t test_vcombine_u32(uint32x2_t low, uint32x2_t high) { in test_vcombine_u32() 59 uint64x2_t test_vcombine_u64(uint64x1_t low, uint64x1_t high) { in test_vcombine_u64() 66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64() 73 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | DualPivotQuicksort.java | 155 static void sort(int[] a, int parallelism, int low, int high) { in sort() 178 static void sort(Sorter sorter, int[] a, int bits, int low, int high) { in sort() 451 private static void mixedInsertionSort(int[] a, int low, int end, int high) { in mixedInsertionSort() 564 private static void insertionSort(int[] a, int low, int high) { in insertionSort() 584 private static void heapSort(int[] a, int low, int high) { in heapSort() 604 private static void pushDown(int[] a, int p, int value, int low, int high) { in pushDown() 638 int high = low + size; in tryMergeRuns() local 1205 private static void mixedInsertionSort(long[] a, int low, int end, int high) { in mixedInsertionSort() 1318 private static void insertionSort(long[] a, int low, int high) { in insertionSort() 1338 private static void heapSort(long[] a, int low, int high) { in heapSort() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | DualPivotQuicksort.java | 155 static void sort(int[] a, int parallelism, int low, int high) { in sort() 178 static void sort(Sorter sorter, int[] a, int bits, int low, int high) { in sort() 451 private static void mixedInsertionSort(int[] a, int low, int end, int high) { in mixedInsertionSort() 564 private static void insertionSort(int[] a, int low, int high) { in insertionSort() 584 private static void heapSort(int[] a, int low, int high) { in heapSort() 604 private static void pushDown(int[] a, int p, int value, int low, int high) { in pushDown() 638 int high = low + size; in tryMergeRuns() local 1205 private static void mixedInsertionSort(long[] a, int low, int end, int high) { in mixedInsertionSort() 1318 private static void insertionSort(long[] a, int low, int high) { in insertionSort() 1338 private static void heapSort(long[] a, int low, int high) { in heapSort() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | DualPivotQuicksort.java | 155 static void sort(int[] a, int parallelism, int low, int high) { in sort() 178 static void sort(Sorter sorter, int[] a, int bits, int low, int high) { in sort() 451 private static void mixedInsertionSort(int[] a, int low, int end, int high) { in mixedInsertionSort() 564 private static void insertionSort(int[] a, int low, int high) { in insertionSort() 584 private static void heapSort(int[] a, int low, int high) { in heapSort() 604 private static void pushDown(int[] a, int p, int value, int low, int high) { in pushDown() 638 int high = low + size; in tryMergeRuns() local 1205 private static void mixedInsertionSort(long[] a, int low, int end, int high) { in mixedInsertionSort() 1318 private static void insertionSort(long[] a, int low, int high) { in insertionSort() 1338 private static void heapSort(long[] a, int low, int high) { in heapSort() [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
H A D | uniform.rs | 451 let high = *high_b.borrow(); localVariable 464 let high = *high_b.borrow(); localVariable 513 let high = *high_b.borrow(); localVariable 525 let high = *high_b.borrow(); localVariable 597 let high = *high_b.borrow(); localVariable 609 let high = *high_b.borrow(); localVariable 760 let high = char_to_comp_u32(*high_b.borrow()); in new() localVariable 773 let high = char_to_comp_u32(*high_b.borrow()); in new_inclusive() localVariable 831 let high = *high_b.borrow(); localVariable 867 let high = *high_b.borrow(); localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/ |
D | uniform.rs | 451 let high = *high_b.borrow(); localVariable 464 let high = *high_b.borrow(); localVariable 513 let high = *high_b.borrow(); localVariable 525 let high = *high_b.borrow(); localVariable 597 let high = *high_b.borrow(); localVariable 609 let high = *high_b.borrow(); localVariable 760 let high = char_to_comp_u32(*high_b.borrow()); in new() localVariable 773 let high = char_to_comp_u32(*high_b.borrow()); in new_inclusive() localVariable 831 let high = *high_b.borrow(); localVariable 867 let high = *high_b.borrow(); localVariable [all …]
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | Utils.h | 93 inline int4 clamp(int4 amount, int low, int high) { in clamp() 102 inline float4 clamp(float4 amount, float low, float high) { in clamp() 111 inline int2 clamp(int2 amount, int low, int high) { in clamp() 118 inline float2 clamp(float2 amount, float low, float high) { in clamp() 125 inline int clamp(int amount, int low, int high) { in clamp() 129 inline float clamp(float amount, float low, float high) { in clamp()
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | Utils.h | 92 inline int4 clamp(int4 amount, int low, int high) { in clamp() 101 inline float4 clamp(float4 amount, float low, float high) { in clamp() 110 inline int2 clamp(int2 amount, int low, int high) { in clamp() 117 inline float2 clamp(float2 amount, float low, float high) { in clamp() 124 inline int clamp(int amount, int low, int high) { in clamp() 128 inline float clamp(float amount, float low, float high) { in clamp()
|
/aosp_15_r20/external/gptfdisk/ |
H A D | gpttext.cc | 149 uint32_t low, high; in GetPartNum() local 268 uint32_t low, high; in DeletePartition() local 283 uint32_t low, high; in ChangePartType() local 297 uint32_t low, high; in ChangeUniqueGuid() local 367 uint32_t low, high; in SwapPartitions() local 418 uint32_t low, high; in ShowDetails() local 558 uint64_t GPTDataTextUI::GetSectorNum(uint64_t low, uint64_t high, uint64_t def, in GetSectorNum()
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicInlines.h | 94 static inline float4 clamp(float4 amount, float low, float high) { in clamp() 103 static inline int2 clamp(int2 amount, int low, int high) { in clamp() 110 static inline float2 clamp(float2 amount, float low, float high) { in clamp() 117 static inline int clamp(int amount, int low, int high) { in clamp() 121 static inline float clamp(float amount, float low, float high) { in clamp()
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | port_record.c | 10 int low, high; member 21 int low, high; member 29 int low, int high, int proto, in sepol_port_key_create() 51 int *low, int *high, int *proto) in sepol_port_key_unpack() 157 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
|
H A D | ports.c | 65 int high = sepol_port_get_high(data); in port_from_record() local 121 int high = port->u.port.high_port; in port_to_record() local 183 int low, high, proto; in sepol_port_exists() local 221 int low, high, proto; in sepol_port_query() local 261 int low, high, proto; in sepol_port_modify() local
|
H A D | ibpkey_record.c | 17 int low, high; member 28 int low, high; member 100 int low, int high, in sepol_ibpkey_key_create() 132 uint64_t *subnet_prefix, int *low, int *high) in sepol_ibpkey_key_unpack() 226 void sepol_ibpkey_set_range(sepol_ibpkey_t *ibpkey, int low, int high) in sepol_ibpkey_set_range()
|
H A D | ibpkeys.c | 24 int high = sepol_ibpkey_get_high(data); in ibpkey_from_record() local 126 int low, high; in sepol_ibpkey_exists() local 156 int low, high; in sepol_ibpkey_query() local 192 int low, high; in sepol_ibpkey_modify() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_inst.h | 348 #define FJ(name, high, low, assertions) \ argument 889 elk_inst_set_bits(elk_inst *inst, unsigned high, unsigned low, uint64_t value) in elk_inst_set_bits() 928 elk_compact_inst_bits(const elk_compact_inst *inst, unsigned high, unsigned low) in elk_compact_inst_bits() 943 elk_compact_inst_set_bits(elk_compact_inst *inst, unsigned high, unsigned low, in elk_compact_inst_set_bits() 956 #define FC(name, high, low, assertions) \ argument 974 #define F(name, high, low) FC(name, high, low, true) argument 977 #define F8(name, high, low, hi8, lo8) \ argument
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | variance_mmi.c | 410 uint32_t *sse, int high) { in vpx_variance64x() 590 uint32_t *sse, int high) { in vpx_variance32x() 678 uint32_t *sse, int high) { in vpx_variance16x() 757 uint32_t *sse, int high) { in vpx_variance8x() 831 uint32_t *sse, int high) { in vpx_variance4x() 903 uint32_t *sse, uint64_t high) { in vpx_mse16x() 958 uint32_t *sse, uint64_t high) { in vpx_mse8x()
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | int_types.h | 40 si_int high; member 55 su_int high; member 80 di_int high; member 95 du_int high; member 135 udwords high; member
|
/aosp_15_r20/hardware/google/aemu/windows/src/ |
D | int_types.h | 36 si_int high; member 49 su_int high; member 78 di_int high; member 91 du_int high; member 128 udwords high; member
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | hash.h | 28 uint64_t high = static_cast<uint64_t>(p >> 64); in folded_multiply() local 58 uint64_t &high) { in read_small_values() 102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update() 130 uint64_t low, high; in update() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | EncodingInfo.java | 125 public boolean isInEncoding(char high, char low) { in isInEncoding() 177 public boolean isInEncoding(char high, char low); in isInEncoding() 234 public boolean isInEncoding(char high, char low) { in isInEncoding() 464 private static boolean inEncoding(char high, char low, String encoding) { in inEncoding()
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_modf.c | 41 u_int32_t high; in modf() local 52 u_int32_t high; in modf() local 64 u_int32_t high; in modf() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/ |
H A D | NumberUtilsTest.java | 1119 final double high = 12.3 + 2; in testMaximumDouble() local 1131 final float high = 12.3f + 2; in testMaximumFloat() local 1161 final short high = 1234 + 2; in testMaximumShort() local 1301 final double high = 12.3 + 2; in testMinimumDouble() local 1313 final float high = 12.3f + 2; in testMinimumFloat() local 1343 final short high = 1234 + 2; in testMinimumShort() local
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | CameraProfileTest.java | 32 private void checkQuality(int low, int mid, int high) { in checkQuality() 43 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); in testGetImageEncodingQualityParameter() local 52 … int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); in testGetWithId() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/ |
D | int_types.h | 45 si_int high; member 58 su_int high; member 87 di_int high; member 100 du_int high; member 146 udwords high; member
|