Searched refs:VAL (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp18 class VAL { class
26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
/external/valgrind/auxprogs/
H A Dgsl16test103 rm -f out-VAL
104 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do eval $GSL_VV -v --trace-children=yes "$GSL_VFLAGS" ./$f ; done) &> out-VAL
109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)
110 echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)
114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt
115 (echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)) >> summary.txt
/external/libxml2/os400/
H A Dmake-rpg.sh31 VAL="`db2_name \"${NAME}\" nomangle`"
34 then VAL=SCHMTYPES
37 eval "VAR_${VAR}=\"${VAL}\""
38 echo "${VAR} s/${VAR}/${VAL}/g"
/external/strace/tests/
H A Dfutex.c153 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
154 # define VAL_PR ((unsigned) VAL)
189 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
196 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
203 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
212 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
221 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
231 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
238 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
250 VAL, tmou
[all...]
/external/strace/tests-m32/
H A Dfutex.c153 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
154 # define VAL_PR ((unsigned) VAL)
189 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
196 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
203 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
212 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
221 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
231 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
238 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
250 VAL, tmou
[all...]
/external/strace/tests-mx32/
H A Dfutex.c153 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
154 # define VAL_PR ((unsigned) VAL)
189 CHECK_FUTEX(NULL, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
196 CHECK_FUTEX(uaddr + 1, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
203 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout + 1, uaddr2, VAL3,
212 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
221 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2, VAL3,
231 CHECK_FUTEX(uaddr, FUTEX_WAIT, VAL, tmout, uaddr2 + 1, VAL3,
238 CHECK_FUTEX_ENOSYS(uaddr, FUTEX_PRIVATE_FLAG | FUTEX_WAIT, VAL, tmout,
250 VAL, tmou
[all...]
/external/curl/tests/
H A Dvalgrind.pm41 open(VAL, "<$file");
42 while(<VAL>) {
113 close(VAL);
/external/llvm/include/llvm/ADT/
H A DAPInt.h77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
79 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon12336
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
237 : BitWidth(numBits), VAL(0) {
240 VAL = val;
279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) {
281 VAL = that.VAL;
287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(tha
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h81 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
83 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon20463
152 VAL &= mask;
161 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
241 : BitWidth(numBits), VAL(0) {
244 VAL = val;
283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) {
285 VAL = that.VAL;
291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(tha
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dfirmware_summary_unittest.py13 from firmware_constants import VAL namespace
18 segment_weights = {VAL.BEGIN: 0.15,
19 VAL.MIDDLE: 0.7,
20 VAL.END: 0.15,
21 VAL.BOTH_ENDS: 0.15 + 0.15,
22 VAL.WHOLE: 0.15 + 0.7 + 0.15}
H A Dmtb_unittest.py18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL namespace
638 VAL.WHOLE: (list_t, list_coord),
639 VAL.MIDDLE: (list_t[8:17], list_coord[8:17]),
640 VAL.BEGIN: (list_t[:8], list_coord[:8]),
641 VAL.END: (list_t[17:], list_coord[17:]),
656 VAL.WHOLE: (list_t, list_c),
657 VAL.MIDDLE: (list_t[1:9], list_c[1:9]),
658 VAL.BEGIN: (list_t[:1], list_c[:1]),
659 VAL.END: (list_t[9:], list_c[9:]),
H A Dvalidators_unittest.py18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL namespace
210 VAL.WHOLE: [1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 10],
211 VAL.BEGIN: [1, ],
212 VAL.END: [8, 10],
213 VAL.BOTH_ENDS: [1, 8, 10],
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
79 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:llvm::APInt::__anon19592
142 VAL &= mask;
151 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
228 : BitWidth(numBits), VAL(0) {
231 VAL = val;
267 : BitWidth(that.BitWidth), VAL(0) {
270 VAL = that.VAL;
330 return BitWidth == 1 ? VAL
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_constants.py249 VAL = _Validator() variable
250 VAL.BEGIN = 'Begin'
251 VAL.MIDDLE = 'Middle'
252 VAL.END = 'End'
253 VAL.BOTH_ENDS = 'BothEnds'
254 VAL.WHOLE = 'Whole'
256 VAL.SEGMENT_LIST = list(VAL.__dict__.values())
H A Dtest_conf.py10 from firmware_constants import DEV, GV, VAL namespace
285 segment_weights = {VAL.BEGIN: 0.15,
286 VAL.MIDDLE: 0.7,
287 VAL.END: 0.15,
288 VAL.BOTH_ENDS: 0.15 + 0.15,
289 VAL.WHOLE: 0.15 + 0.7 + 0.15,
381 segments=VAL.MIDDLE)),
386 slots=0, segments=VAL.MIDDLE)),
389 slots=0, segments=VAL.BOTH_ENDS)),
437 segments=VAL
[all...]
H A Dvalidators.py70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL namespace
388 segments=VAL.WHOLE):
407 mid_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.MIDDLE,
413 if self._segments == VAL.BOTH_ENDS:
414 bgn_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.BEGIN,
416 end_segment = self.packets.get_segments_x_and_y(ax, ay, VAL.END,
518 segments=VAL.WHOLE):
565 list_t, list_y, VAL.MIDDLE, END_PERCENTAGE)
577 if self._segments == VAL.BOTH_ENDS:
579 list_t, list_y, VAL
[all...]
H A Dmtb.py16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL namespace
1048 if segment_flag == VAL.WHOLE:
1050 elif segment_flag == VAL.MIDDLE:
1052 elif segment_flag == VAL.BEGIN:
1054 elif segment_flag == VAL.END:
1056 elif segment_flag == VAL.BOTH_ENDS:
1099 if segment_flag == VAL.WHOLE:
1102 elif segment_flag == VAL.MIDDLE:
1105 elif segment_flag == VAL.BEGIN:
1108 elif segment_flag == VAL
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp95 VAL = bigVal[0];
109 : BitWidth(numBits), VAL(0) {
114 : BitWidth(numBits), VAL(0) {
119 : BitWidth(numbits), VAL(0) {
139 VAL = 0;
146 VAL = RHS.VAL;
158 VAL = RHS;
171 ID.AddInteger(VAL);
200 ++VAL;
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp95 VAL = bigVal[0];
109 : BitWidth(numBits), VAL(0) {
114 : BitWidth(numBits), VAL(0) {
119 : BitWidth(numbits), VAL(0) {
139 VAL = 0;
146 VAL = RHS.VAL;
158 VAL = RHS;
171 ID.AddInteger(VAL);
200 ++VAL;
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPInt.cpp92 VAL = bigVal[0];
106 : BitWidth(numBits), VAL(0) {
111 : BitWidth(numBits), VAL(0) {
116 : BitWidth(numbits), VAL(0) {
136 VAL = 0;
143 VAL = RHS.VAL;
155 VAL = RHS;
168 ID.AddInteger(VAL);
197 ++VAL;
[all...]
/external/linux-kselftest/tools/testing/selftests/ntb/
H A Dntb_test.sh181 let VAL=${ROW[1]} || true
182 echo $VAL
194 VAL=$RANDOM
195 write_file "$i $VAL" "$LOC/peer_spad"
198 if [[ "$VAL" != "$RVAL" ]]; then
199 echo "Scratchpad doesn't match expected value $VAL " \
/external/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c145 #define CHILD_EXIT(VAL) ((VAL >> 8) & 0377) /* exit value of child process */
146 #define CHILD_SIG(VAL) (VAL & 0377) /* signal value of child proc */
/external/elfutils/libdw/
H A DlibdwP.h654 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \
661 VAL = read_4ubyte_unaligned_inc (dbg, addr); \
663 VAL = read_8ubyte_unaligned_inc (dbg, addr); \
665 int status = RELOC_HOOK (dbg, sec_index, orig_addr, width, &VAL); \
/external/clang/include/clang/AST/
H A DTemplateBase.h91 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::TemplateArgument::I::__anon905
286 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp_oe.c88 #define PPPOE_ADD_16(PTR, VAL) \
89 *(PTR)++ = (u8_t)((VAL) / 256); \
90 *(PTR)++ = (u8_t)((VAL) % 256)

Completed in 1245 milliseconds

12