Searched refs:bN (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c142 Ty* bN = (Ty*)b; \
144 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c430 Word bN = VG_(sizeXA)( b ); local
431 if (aN < bN) return -1;
432 if (aN > bN) return 1;
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp816 int b,bN = pBlobList->GetBlobNum(); local
818 for(b=0;b<bN;++b)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1424 (** [fold_left_params f init fn] is [f (... (f init b1) ...) bN] where
1425 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *)
1443 (** [fold_right_params f fn init] is [f (... (f init bN) ...) b1] where
1444 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *)
1504 (** [fold_left_blocks f init fn] is [f (... (f init b1) ...) bN] where
1505 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *)
1525 (** [fold_right_blocks f fn init] is [f (... (f init bN) ...) b1] where
1526 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *)
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c11199 UInt bN = (insn28 >> 7) & 1; local
11241 DIP("fcmpz%sd%s d%u\n", bN ? "e" : "", nCC(conq), dD);
11243 DIP("fcmp%sd%s d%u, d%u\n", bN ? "e" : "", nCC(conq), dD, dM);
11566 UInt bN = (insn28 >> 7) & 1; local
11569 UInt fN = (INSN(19,16) << 1) | bN; /* argL */
11663 UInt bN = (insn28 >> 7) & 1; local
11709 DIP("fcmpz%ss%s s%u\n", bN ? "e" : "", nCC(conq), fD);
11711 DIP("fcmp%ss%s s%u, s%u\n", bN ? "e" : "",
H A Dhost_arm_defs.c3086 UInt bN = dN & 1; local
3104 X1010, BITS4(bN,bS,bM,0), (dM >> 1));

Completed in 246 milliseconds