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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 599 G����bN
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1424 (** [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/ |
D | guest_arm_toIR.c | 11199 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11241 DIP("fcmpz%sd%s d%u\n", bN ? "e" : "", nCC(conq), dD); in decode_CP10_CP11_instruction() 11243 DIP("fcmp%sd%s d%u, d%u\n", bN ? "e" : "", nCC(conq), dD, dM); in decode_CP10_CP11_instruction() 11566 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11569 UInt fN = (INSN(19,16) << 1) | bN; /* argL */ in decode_CP10_CP11_instruction() 11663 UInt bN = (insn28 >> 7) & 1; in decode_CP10_CP11_instruction() local 11709 DIP("fcmpz%ss%s s%u\n", bN ? "e" : "", nCC(conq), fD); in decode_CP10_CP11_instruction() 11711 DIP("fcmp%ss%s s%u, s%u\n", bN ? "e" : "", in decode_CP10_CP11_instruction()
|
D | host_arm_defs.c | 3086 UInt bN = dN & 1; in emit_ARMInstr() local 3104 X1010, BITS4(bN,bS,bM,0), (dM >> 1)); in emit_ARMInstr()
|