Home
last modified time | relevance | path

Searched refs:bN (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/memcheck/tests/
Dsh-mem.c142 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/
Den-GB_kh0_kpdf_lfz.pkb216 …����,M��������U�.�;�8�K&���I����mM��t[��fM�������bN�����������������…
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c430 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/
Dcvvidsurv.hpp816 int b,bN = pBlobList->GetBlobNum(); in GetConfidenceList() local
818 for(b=0;b<bN;++b) in GetConfidenceList()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1267 (** [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/
Dfr-FR_nk0_kpdf_phs.pkb599 G�����bN 
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c11166 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()
Dhost_arm_defs.c3062 UInt bN = dN & 1; in emit_ARMInstr() local
3080 X1010, BITS4(bN,bS,bM,0), (dM >> 1)); in emit_ARMInstr()