Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c10 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/libmojo/base/
Dunguessable_token.cc13 UnguessableToken::UnguessableToken(uint64_t high, uint64_t low) in UnguessableToken()
30 UnguessableToken UnguessableToken::Deserialize(uint64_t high, uint64_t low) { in Deserialize()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_inst.h53 #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/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java125 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/
Dport_record.c10 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()
Dports.c57 int low = sepol_port_get_low(data); in port_from_record() local
113 int low = port->u.port.low_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
Dibpkeys.c22 int low = sepol_ibpkey_get_low(data); in ibpkey_from_record() local
125 int low, high; in sepol_ibpkey_exists() local
155 int low, high; in sepol_ibpkey_query() local
191 int low, high; in sepol_ibpkey_modify() local
Dibpkey_record.c17 int low, high; member
28 int low, high; member
101 int low, int high, in sepol_ibpkey_key_create()
231 void sepol_ibpkey_set_range(sepol_ibpkey_t *ibpkey, int low, int high) in sepol_ibpkey_set_range()
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c32 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \ argument
44 #define toBitInterleavingAndXOR(low, high, even, odd, temp, temp0, temp1) \ argument
49 #define toBitInterleavingAndAND(low, high, even, odd, temp, temp0, temp1) \ argument
54 #define toBitInterleavingAndSet(low, high, even, odd, temp, temp0, temp1) \ argument
76 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument
89 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
125 UINT32 low, high; in KeccakP1600_AddByte() local
145 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
178 UINT32 low; in KeccakP1600_AddLanes() local
234 UINT32 low; in KeccakP1600_OverwriteLanes() local
[all …]
/external/compiler-rt/lib/builtins/
Dint_types.h39 su_int low; member
54 su_int low; member
79 du_int low; member
94 du_int low; member
134 udwords low; member
Dfixunsdfdi.c26 su_int low = a - (double)high * 4294967296.f; /* high * 0x1p32f; */ in ARM_EABI_FNALIAS() local
Dfixunssfdi.c27 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ in ARM_EABI_FNALIAS() local
/external/fec/
Dsumsq_sse2_assist.s49 low: .byte 255,255,255,255,0,0,0,0,255,255,255,255,0,0,0,0 label
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h52 static INLINE int clamp(int value, int low, int high) { in clamp()
56 static INLINE double fclamp(double value, double low, double high) { in fclamp()
/external/webrtc/webrtc/base/
Drandom.cc36 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/
Dgpttext.cc149 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/
Dibpkeys_file.c29 int low = semanage_ibpkey_get_low(ibpkey); in ibpkey_print() local
68 int low, high; in ibpkey_parse() local
Dports_file.c29 int low = semanage_port_get_low(port); in port_print() local
65 int low, high; in port_parse() local
/external/toybox/toys/other/
Dascii.c23 char *low="NULSOHSTXETXEOTENQACKBELBS HT LF VT FF CR SO SI DLEDC1DC2DC3DC4" in ascii_main() local
/external/strace/tests-m32/
Dllseek.c40 const unsigned long low = 0xdeadbeef; in main() local
/external/compiler-rt/lib/builtins/ppc/
Dfloatditf.c15 doublebits low = { .d = twop52 }; in __floatditf() local
/external/strace/tests/
Dllseek.c40 const unsigned long low = 0xdeadbeef; in main() local
/external/strace/tests-mx32/
Dllseek.c40 const unsigned long low = 0xdeadbeef; in main() local
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective() local
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in findConditionalDirectiveRegionLoc() local
/external/volley/src/test/java/com/android/volley/
DRequestTest.java31 TestRequest low = new TestRequest(Priority.LOW); in compareTo() local

12345678910>>...14