HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/src/support/solaris/
wcsnrtombs.inc 36 size_t nb;
43 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1)
47 return (nbytes + nb - 1);
49 nbytes += nb;
57 if ((nb = wcrtomb_l(dst, *s, ps, loc)) == (size_t)-1) {
70 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1) {
74 if (nb > (int)len) {
79 memcpy(dst, buf, nb);
83 return (nbytes + nb - 1);
86 dst += nb;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
wcsnrtombs.inc 36 size_t nb;
43 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1)
47 return (nbytes + nb - 1);
49 nbytes += nb;
57 if ((nb = wcrtomb_l(dst, *s, ps, loc)) == (size_t)-1) {
70 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1) {
74 if (nb > (int)len) {
79 memcpy(dst, buf, nb);
83 return (nbytes + nb - 1);
86 dst += nb;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/solaris/
wcsnrtombs.inc 36 size_t nb;
43 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1)
47 return (nbytes + nb - 1);
49 nbytes += nb;
57 if ((nb = wcrtomb_l(dst, *s, ps, loc)) == (size_t)-1) {
70 if ((nb = wcrtomb_l(buf, *s, ps, loc)) == (size_t)-1) {
74 if (nb > (int)len) {
79 memcpy(dst, buf, nb);
83 return (nbytes + nb - 1);
86 dst += nb;
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
pattern.c 42 int nb, ncmp, nleft; local
58 nb = patlen - patshift;
59 if (nleft < nb) {
62 if (memcmp(cp, pat + patshift, nb))
65 nleft -= nb;
66 cp += nb;
70 nb = patshift;
71 if (nleft < nb) {
74 if (memcmp(cp, pat, nb))
77 nleft -= nb;
    [all...]
  /external/ltp/testcases/kernel/input/
input01.c 35 static int verify_data(struct input_event *iev, int nb);
90 int nb; local
92 for (nb = 0; nb < NB_TEST; ++nb) {
100 int nb, rd; local
104 nb = 0;
106 while (nb < NB_TEST * 3) {
118 if (verify_data(&iev[i], nb++))
126 static int verify_data(struct input_event *iev, int nb)
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 100 case 2: return build_mat2_det(&b->nb, cols);
101 case 3: return build_mat3_det(&b->nb, cols);
102 case 4: return build_mat4_det(&b->nb, cols);
152 elem[r] = build_mat_subdet(&b->nb, src, size, c, r);
155 elem[r] = nir_fneg(&b->nb, elem[r]);
158 adj_col[c] = nir_vec(&b->nb, elem, size);
161 nir_ssa_def *det_inv = nir_frcp(&b->nb, build_mat_det(b, src));
165 val->elems[i]->def = nir_fmul(&b->nb, adj_col[i], det_inv);
419 struct nir_builder *nb = &b->nb; local
    [all...]
  /external/libopus/silk/
LP_variable_cutoff.c 48 opus_int nb, na; local
54 for( nb = 0; nb < TRANSITION_NB; nb++ ) {
55 B_Q28[ nb ] = silk_SMLAWB(
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
71 for( nb = 0; nb < TRANSITION_NB; nb++ )
    [all...]
  /development/ndk/platforms/android-9/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
cpu.h 33 #define register_hotcpu_notifier(nb) do { } while (0)
34 #define unregister_hotcpu_notifier(nb) do { } while (0)

Completed in 3024 milliseconds

1 2 3 4 5 6 7 8 91011>>