Searched defs:one (Results 1 - 25 of 342) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c137 char one[50]; variable
146 check (mystrncpy (one, "abc", 4) == one, 1); /* Returned value. */
147 equal (one, "abc", 2); /* Did the copy go right? */
149 (void) strcpy (one, "abcdefgh");
150 (void) mystrncpy (one, "xyz", 2);
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
153 (void) strcpy (one, "abcdefgh");
154 (void) mystrncpy (one, "xyz", 3); /* Copy cut just before NUL. */
155 equal (one, "xyzdefg
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c86 Following that, one of the following 3 are allowed
2374 IRExpr* one = is64 ? mkU64(1) : mkU32(1); local
2379 binop(xorOp, mkexpr(oldC), one)));
4199 /* ---------- LD1/ST1 (multiple structure, no offset, one register variant) ---------- */
4265 /* ---------- LD1/ST1 (multiple structure, post-index, one register variant) ---------- */
7685 /* Got a "Special" instruction preamble. Which one is it? */
H A Dguest_arm_toIR.c90 Following that, one of the following 3 are allowed
1726 after a shift or rotate, not just this one.
2600 instruction halfwords (the lowest addressed one is I0). */
3211 ULong one = 1; local
3214 case 0: one = (one << 8) | one; /* fall through */
3215 case 1: one = (one << 16) | one; /* fal
[all...]
H A Dhost_arm64_isel.c433 encoding, and we need to translate that to an ARM64 FP one:
586 (since there is only one calling convention) and so we always
833 result. The expression may only be a 64-bit one.
949 //ZZ result. The expression may only be a 32-bit one.
1017 //ZZ without knowing (before this call) which one.
1472 ARM64RIL* one = mb_mkARM64RIL_I(1); local
1473 vassert(one);
1474 addInstr(env, ARM64Instr_Test(rTmp, one));
1494 ARM64RIL* one = mb_mkARM64RIL_I(1); local
1495 vassert(one); /* '
2117 HReg one = newVRegI(env); local
2175 ARM64RIL* one = mb_mkARM64RIL_I(1); local
2182 HReg one = newVRegI(env); local
6626 HReg one = newVRegI(env); local
6780 ARM64RIL* one = mb_mkARM64RIL_I(1); local
[all...]
H A Dhost_arm_isel.c317 encoding, and we need to translate that to an ARMvfp one:
467 (since there is only one calling convention) and so we always
740 result. The expression may only be a 32-bit one.
809 result. The expression may only be a 32-bit one.
875 result. The expression may only be a 32-bit one.
943 without knowing (before this call) which one.
1073 ARMRI84* one = ARMRI84_I84(1,0); local
1074 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));
1089 ARMRI84* one = ARMRI84_I84(1,0); local
1090 addInstr(env, ARMInstr_CmpOrTst(False/*test*/, rTmp, one));
6124 ARMRI84* one = ARMRI84_I84(1,0); local
[all...]
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c307 /* do length NMAX blocks -- requires just one modulo operation */
319 /* do remaining bytes (less than NMAX, still just one modulo) */
781 session-ID is redundant -- it must be the one associated with
1035 int i, j, res, one; local
1071 one = 1;
1073 &one, sizeof(one)) < 0) {
1136 assert(one == 1);
1137 int ret = setsockopt( new_sd, IPPROTO_TCP, TCP_NODELAY, &one, sizeof(one));
[all...]
H A Dvalgrind-listener.c237 int i, j, k, res, one; local
274 one = 1;
276 &one, sizeof(int)) < 0) {
/external/valgrind/main/cachegrind/
H A Dcg_main.c169 // pointed to by one or more CCs.
255 // Returns a pointer to the line CC, creates a new one if necessary.
446 /* For branches, we consult two different predictors, one which
485 it makes just one memory reference (a modify), rather than two (a
788 /* Merge an IrNoX with one following IrNoX. */
1126 // Get space for and init the inode, record it as the current one.
1261 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1)) local
1297 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
/external/valgrind/main/callgrind/
H A Dmain.c130 /* For branches, we consult two different predictors, one which
208 it makes just one memory reference (a modify), rather than two (a
501 /* Merge an Ir with one following Ir. */
1040 // Init the inode, record it as the current one.
1199 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1)) local
1214 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
/external/valgrind/main/coregrind/
H A Dm_translate.c251 increments/decrements of SP between them. (This requires tracking one or
942 IRExpr* one; local
980 one = mkU(1);
989 IRExpr_Binop(op_Add, IRExpr_Get( offB_REDIR_SP, ty_Word ), one)
1067 IRExpr* one = mkU(1); local
1115 IRStmt_Put(offB_REDIR_SP, IRExpr_Binop(op_Sub, IRExpr_RdTmp(t1), one))
1161 else one _Call will have resulted in two _Rets. */
1175 proper IMark, as it won't get one any other way, and cachegrind
1176 will barf if it doesn't have one (fair enough really). */
1327 instead of the normal one
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S50 # but, that only gains us one byte of space in the lzss image.
107 inc %ecx # we set ecx to one so byte
233 lea one-6(%rbx,%rbx,2), %esi
235 # [one]+(num_cpus*6)
267 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S109 mov r6,#1 @ we set r6 to one so byte
172 add r1,r11,#(one-data_begin)
269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
310 sub r10,r10,#1 @ point to one less than null
448 one: .ascii "One \0" label
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S52 # saves one instruction on any future load from memory
146 addi 4,17,1 # restore (plus one because r17 is decremented)
223 addi 16,DATA_BEGIN,(one-data_begin)-1
377 subi 14,14,1 # point to one less than null
524 one: .ascii "One \0" label
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S44 # but, that only gains us one byte of space in the lzss image.
99 inc %ecx # we set ecx to one so byte
228 lea one-6(%ebx,%ebx,2), %esi
230 # [one]+(num_cpus*6)
261 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
/external/valgrind/main/memcheck/
H A Dmc_translate.c187 The reason for this strange split (types in one place, all
258 so far exists, allocate one. */
283 this. Instead we must abandon the old shadow, allocate a new one
287 if a shadow temp already existed -- we simply allocate a new one
865 corresponding bits can be found, one from each argument, so that
1325 the (offset,size) section is within one. Note, is is an error to
1905 IRExpr *one; local
1917 one = mkU32(1);
1924 one = mkU64(1);
1933 // That is, improver has its low ctz(atom) bits equal to one;
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c491 size_t one = 1; local
496 SY(__NR_stat_extended, 0, 0, 0, &one); FAIL;
502 SY(__NR_lstat_extended, 0, 0, 0, &one); FAIL;
508 SY(__NR_fstat_extended, 0, 0, 0, &one); FAIL;
605 size_t one = 1; local
610 SY(__NR_stat64_extended, 0, 0, 0, &one); FAIL;
616 SY(__NR_lstat64_extended, 0, 0, 0, &one); FAIL;
622 SY(__NR_fstat64_extended, 0, 0, 0, &one); FAIL;
1126 // use the 6th one!
1681 // the only one use
[all...]
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c65 char one[50]; variable
123 for (__n = 0; __n < (int) sizeof (one); ++__n) \
124 one[__n] = 'Z'; \
125 fn (one, str); \
126 for (cp = one, __n = 0; __n < n; ++__n, ++cp) \
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
137 equal (one, "abcd", 2); /* Basic test. */
139 (void) strcpy (one, "x");
140 equal (one, "
[all...]
H A Dwrap6.c115 /* Returns one, in a way that gcc probably can't constant fold out */
117 volatile int one_actual_return_value = 0; /* the value one() returns */
120 int one ( void ) function
133 { register int len = one(); \
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c19 int one = 1; local
23 (void) DO( setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(int)) );
/external/tremolo/Tremolo/
H A Dbitwise.c559 static int one[33]={146,25,44,151,195,15,153,176,233,131,196,65,85,172,47,40, local
590 cliptest(testbuffer1,test1size,0,one,onesize);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h89 static const StringWeight<L, S> one; local
90 return one;
/external/skia/src/core/
H A DSkBitmapProcState_matrix.h37 SkFixed one PREAMBLE_PARAM_Y) {
40 return (i << 14) | (TILEY_PROCF((f + one), max));
44 SkFixed one PREAMBLE_PARAM_X) {
47 return (i << 14) | (TILEX_PROCF((f + one), max));
59 const SkFixed one = s.fFilterOneX; local
72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp140 int32_t one = SK_Fixed1; local
149 one >>= bits;
154 (array[18] - one) | array[19]);
164 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) |
165 (array[SkColorMatrix::kG_Scale] - one) |
166 (array[SkColorMatrix::kB_Scale] - one);
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h233 SkFixed one PREAMBLE_PARAM_Y) {
236 return (i << 14) | (TILEY_PROCF((f + one), max));
240 SkFixed one PREAMBLE_PARAM_X) {
243 return (i << 14) | (TILEX_PROCF((f + one), max));
247 SkFixed one PREAMBLE_PARAM_X) {
251 wide_one = vdupq_n_s32(one);
268 SkFixed one PREAMBLE_PARAM_X) {
272 wide_one = vdupq_n_s32(one);
297 const SkFixed one = s.fFilterOneX; local
310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >>
[all...]

Completed in 283 milliseconds

1234567891011>>