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.mli1423 (** [fold_left_params f init fn] is [f (... (f init b1) ...) bN] where
1424 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *)
1442 (** [fold_right_params f fn init] is [f (... (f init bN) ...) b1] where
1443 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *)
1503 (** [fold_left_blocks f init fn] is [f (... (f init b1) ...) bN] where
1504 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *)
1524 (** [fold_right_blocks f fn init] is [f (... (f init bN) ...) b1] where
1525 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *)
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c11166 UInt bN = (insn28 >> 7) & 1; local
11208 DIP("fcmpz%sd%s d%u\n", bN ? "e" : "", nCC(conq), dD);
11210 DIP("fcmp%sd%s d%u, d%u\n", bN ? "e" : "", nCC(conq), dD, dM);
11533 UInt bN = (insn28 >> 7) & 1; local
11536 UInt fN = (INSN(19,16) << 1) | bN; /* argL */
11630 UInt bN = (insn28 >> 7) & 1; local
11676 DIP("fcmpz%ss%s s%u\n", bN ? "e" : "", nCC(conq), fD);
11678 DIP("fcmp%ss%s s%u, s%u\n", bN ? "e" : "",
H A Dhost_arm_defs.c3062 UInt bN = dN & 1; local
3080 X1010, BITS4(bN,bS,bM,0), (dM >> 1));

Completed in 404 milliseconds