/external/clang/test/CodeGen/ |
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 …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_inst.h | 53 #define FC(name, high, low, assertions) \ argument 72 #define F(name, high, low) FC(name, high, low, true) argument 305 #define FJ(name, high, low, assertions) \ argument 704 brw_inst_bits(const brw_inst *inst, unsigned high, unsigned low) in brw_inst_bits() 724 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value) in brw_inst_set_bits() 759 brw_compact_inst_bits(const brw_compact_inst *inst, unsigned high, unsigned low) in brw_compact_inst_bits() 772 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, in brw_compact_inst_set_bits() 783 #define FC(name, high, low, assertions) \ argument 802 #define F(name, high, low) FC(name, high, low, true) argument
|
/external/r8/src/main/java/com/android/tools/r8/code/ |
D | Nop.java | 14 Nop(int high, BytecodeStream stream) { in Nop() 21 public static Nop create(int high, BytecodeStream stream) { in create()
|
D | Instruction.java | 57 int high = read16BitValue(stream); in readSigned32BitValue() local 64 long high = read16BitValue(stream); in read32BitValue() local 71 long high = read32BitValue(stream); in read64BitValue() local 76 protected static short combineBytes(int high, int low) { in combineBytes() 80 protected static int makeByte(int high, int low) { in makeByte()
|
D | BaseInstructionFactory.java | 10 static Instruction create(int high, int opcode, BytecodeStream stream, in create()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
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()
|
/external/selinux/libsepol/src/ |
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() 161 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
|
D | ports.c | 58 int high = sepol_port_get_high(data); in port_from_record() local 114 int high = port->u.port.high_port; in port_to_record() local 176 int low, high, proto; in sepol_port_exists() local 214 int low, high, proto; in sepol_port_query() local 254 int low, high, proto; in sepol_port_modify() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_common.h | 50 static INLINE int clamp(int value, int low, int high) { in clamp() 54 static INLINE double fclamp(double value, double low, double high) { in fclamp()
|
/external/compiler-rt/lib/builtins/ |
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
|
D | fixunsdfdi.c | 25 su_int high = a / 4294967296.f; /* a / 0x1p32f; */ in ARM_EABI_FNALIAS() local
|
D | fixunssfdi.c | 26 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in ARM_EABI_FNALIAS() local
|
/external/webrtc/webrtc/base/ |
D | random.cc | 36 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand() 41 int32_t Random::Rand(int32_t low, int32_t high) { in Rand()
|
/external/gptfdisk/ |
D | gpttext.cc | 149 uint32_t low, high; in GetPartNum() local 250 uint32_t low, high; in DeletePartition() local 265 uint32_t low, high; in ChangePartType() local 279 uint32_t low, high; in ChangeUniqueGuid() local 333 uint32_t low, high; in SwapPartitions() local 384 uint32_t low, high; in ShowDetails() local
|
/external/selinux/libsemanage/src/ |
D | ports_file.c | 30 int high = semanage_port_get_high(port); in port_print() local 65 int low, high; in port_parse() local
|
/external/strace/tests/ |
D | llseek.c | 39 const unsigned long high = 0xfacefeed; in main() local
|
/external/strace/tests-m32/ |
D | llseek.c | 39 const unsigned long high = 0xfacefeed; in main() local
|
/external/strace/tests-mx32/ |
D | llseek.c | 39 const unsigned long high = 0xfacefeed; in main() local
|
/external/volley/src/test/java/com/android/volley/ |
D | RequestTest.java | 35 TestRequest high = new TestRequest(Priority.HIGH); in compareTo() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | BitsStreamGenerator.java | 85 final long high = ((long) next(26)) << 26; in nextDouble() local 148 final long high = ((long) next(32)) << 32; in nextLong() local
|
/external/compiler-rt/lib/builtins/ppc/ |
D | floatunditf.c | 18 doublebits high = { .d = twop84 }; in __floatunditf() local
|
/external/elfutils/tests/ |
D | dwfl-bug-addr-overflow.c | 47 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() local
|
/external/syslinux/gpxe/src/drivers/net/ |
D | etherfabric.h | 169 #define EFAB_EXTRACT_NATIVE( native_element, min ,max ,low ,high ) \ argument 179 #define EFAB_EXTRACT64( element, min, max, low, high ) \ argument 186 #define EFAB_EXTRACT32( element, min, max, low, high ) \ argument 189 #define EFAB_EXTRACT_OWORD64( oword, low, high ) \ argument 193 #define EFAB_EXTRACT_QWORD64( qword, low, high ) \ argument 196 #define EFAB_EXTRACT_OWORD32( oword, low, high ) \ argument 202 #define EFAB_EXTRACT_QWORD32( qword, low, high ) \ argument 206 #define EFAB_EXTRACT_DWORD( dword, low, high ) \ argument 288 #define EFAB_INSERT_NATIVE64( min, max, low, high, value ) \ argument 294 #define EFAB_INSERT_NATIVE32( min, max, low, high, value ) \ argument [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | get_lsp_poly.c | 46 int16_t high, low; in WebRtcIlbcfix_GetLspPoly() local
|
/external/iproute2/tipc/ |
D | misc.c | 18 #define IN_RANGE(val, low, high) ((val) <= (high) && (val) >= (low)) argument
|