HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 1 - 25 of 578) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
readlink.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx ); do not edit.
4 run_strace_match_diff -xx
readlinkat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx ); do not edit.
4 run_strace_match_diff -xx
  /external/strace/tests-m32/
readlink.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx ); do not edit.
4 run_strace_match_diff -xx
readlinkat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx ); do not edit.
4 run_strace_match_diff -xx
  /external/strace/tests-mx32/
readlink.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx ); do not edit.
4 run_strace_match_diff -xx
readlinkat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx ); do not edit.
4 run_strace_match_diff -xx
  /external/mesa3d/src/compiler/nir/
nir_intrinsics.h 44 INTRINSIC(nop, 0, ARR(0), false, 0, 0, 0, xx, xx, xx,
47 INTRINSIC(load_var, 0, ARR(0), true, 0, 1, 0, xx, xx, xx, NIR_INTRINSIC_CAN_ELIMINATE)
48 INTRINSIC(store_var, 1, ARR(0), false, 0, 1, 1, WRMASK, xx, xx, 0)
49 INTRINSIC(copy_var, 0, ARR(0), false, 0, 2, 0, xx, xx, xx, 0
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
data1.s 2 xx OCTA Main+44 label
  /external/syslinux/com32/include/
minmax.h 35 #define min(x,y) ({ __typeof(x) xx = (x); \
37 xx < yy ? xx : yy; })
38 #define max(x,y) ({ __typeof(x) xx = (x); \
40 xx > yy ? xx : yy; })
  /external/syslinux/com32/libutil/include/
minmax.h 35 #define min(x,y) ({ __typeof(x) xx = (x); \
37 xx < yy ? xx : yy; })
38 #define max(x,y) ({ __typeof(x) xx = (x); \
40 xx > yy ? xx : yy; })
  /external/valgrind/none/tests/amd64/
bug132918.stdout.exp 3 xx -> 0x0000 -nan
4 xx -> 0x0000 0.809017
5 xx -> 0x0000 0.309018
6 xx -> 0x0000 -0.309015
7 xx -> 0x0000 -0.809016
8 xx -> 0x4100 -0.000002
9 xx -> 0x0000 -0.809019
10 xx -> 0x0000 -0.309021
11 xx -> 0x0000 0.309013
12 xx -> 0x0000 0.80901
    [all...]
  /build/kati/testcase/
err_missing_endef.mk 4 xx
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-4-5.l 2 .*: Warning: .gnu_attribute 4,5 requires `fp=xx'
module-mfpxx.s 1 .module fp=xx
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
attr-gnu-4-5.s 2 .module fp=xx
  /system/bt/bta/hh/
bta_hh_utils.cc 58 uint8_t xx; local
61 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) {
63 if ((bda == bta_hh_cb.kdev[xx].addr && !bda.IsEmpty())) {
65 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
66 bta_hh_cb.kdev[xx].hid_handle)
68 return xx;
73 bta_hh_cb.kdev[xx].in_use, xx,
211 uint8_t xx; local
244 uint16_t xx, yy, key_idx = 0; local
328 uint8_t xx; local
426 uint8_t xx; local
489 uint8_t xx; local
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_utils.cc 48 int xx, max = NCI_MAX_CONN_CBS; local
52 for (xx = 0; xx < max; xx++) {
53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) {
54 nfc_cb.conn_cb[xx].conn_id =
56 p_conn_cb = &nfc_cb.conn_cb[xx];
97 int xx; local
100 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
123 int xx; local
178 int xx; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
strtab.s 3 .globl xx; xx:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
strtab.s 3 .globl xx; xx:
  /external/compiler-rt/test/msan/
chained_origin_memcpy.cc 22 int xx[10000]; variable
28 xx[idx] = a; xx[idx + 10] = b;
38 memcpy(&yy, &xx, sizeof(xx));
  /external/valgrind/helgrind/tests/
tc04_free_lock.c 10 pthread_mutex_t lock; int morestuff[2000]; } XX;
17 XX* xx = malloc(sizeof(XX)); local
18 assert(xx);
20 pthread_mutex_init( &xx->lock, NULL );
22 pthread_mutex_lock( &xx->lock );
24 free(xx);
  /external/valgrind/VEX/priv/
host_generic_simd64.c 143 static inline Int qadd32S ( Int xx, Int yy )
145 Long t = ((Long)xx) + ((Long)yy);
153 static inline Short qadd16S ( Short xx, Short yy )
155 Int t = ((Int)xx) + ((Int)yy);
161 static inline Char qadd8S ( Char xx, Char yy )
163 Int t = ((Int)xx) + ((Int)yy);
169 static inline UShort qadd16U ( UShort xx, UShort yy )
171 UInt t = ((UInt)xx) + ((UInt)yy);
176 static inline UChar qadd8U ( UChar xx, UChar yy )
178 UInt t = ((UInt)xx) + ((UInt)yy)
298 Int xx = (Int)xx0; local
306 Short xx = (Short)xx0; local
314 Short xx = (Short)xx0; local
    [all...]
  /external/clang/test/Sema/
block-labels.c 3 void xx();
8 if (1) xx();
  /external/libopus/silk/fixed/
regularize_correlations_FIX.c 36 opus_int32 *XX, /* I/O Correlation matrices */
37 opus_int32 *xx, /* I/O Correlation values */
39 opus_int D /* I Dimension of XX */
44 matrix_ptr( &XX[ 0 ], i, i, D ) = silk_ADD32( matrix_ptr( &XX[ 0 ], i, i, D ), noise );
46 xx[ 0 ] += noise;
  /external/libopus/silk/float/
regularize_correlations_FLP.c 36 silk_float *XX, /* I/O Correlation matrices */
37 silk_float *xx, /* I/O Correlation values */
39 const opus_int D /* I Dimension of XX */
45 matrix_ptr( &XX[ 0 ], i, i, D ) += noise;
47 xx[ 0 ] += noise;

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>