Searched refs:bN (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/memcheck/tests/ |
D | sh-mem.c | 142 Ty* bN = (Ty*)b; \ in main() 144 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \ in main()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_lfz.pkb | 216 …���,M����U�.;8K&��I����mM��t[��fM���bN���������…
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | tytypes.c | 430 Word bN = VG_(sizeXA)( b ); in XArray_of_UWord__cmp() local 431 if (aN < bN) return -1; in XArray_of_UWord__cmp() 432 if (aN > bN) return 1; in XArray_of_UWord__cmp()
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 816 int b,bN = pBlobList->GetBlobNum(); in GetConfidenceList() local 818 for(b=0;b<bN;++b) in GetConfidenceList()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1267 (** [fold_left_params f init fn] is [f (... (f init b1) ...) bN] where 1268 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *) 1286 (** [fold_right_params f fn init] is [f (... (f init bN) ...) b1] where 1287 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *) 1347 (** [fold_left_blocks f init fn] is [f (... (f init b1) ...) bN] where 1348 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *) 1367 (** [fold_right_blocks f fn init] is [f (... (f init bN) ...) b1] where 1368 [b1,...,bN] are the basic blocks of function [fn]. Tail recursive. *)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 599 G����bN
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 11166 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11208 DIP("fcmpz%sd%s d%u\n", bN ? "e" : "", nCC(conq), dD); in decode_CP10_CP11_instruction() 11210 DIP("fcmp%sd%s d%u, d%u\n", bN ? "e" : "", nCC(conq), dD, dM); in decode_CP10_CP11_instruction() 11533 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11536 UInt fN = (INSN(19,16) << 1) | bN; /* argL */ in decode_CP10_CP11_instruction() 11630 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11676 DIP("fcmpz%ss%s s%u\n", bN ? "e" : "", nCC(conq), fD); in decode_CP10_CP11_instruction() 11678 DIP("fcmp%ss%s s%u, s%u\n", bN ? "e" : "", in decode_CP10_CP11_instruction()
|
D | host_arm_defs.c | 3062 UInt bN = dN & 1; in emit_ARMInstr() local 3080 X1010, BITS4(bN,bS,bM,0), (dM >> 1)); in emit_ARMInstr()
|