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

1 2 3 4 5 6 7 8 9

  /external/iproute2/ip/
iplink_can.c 96 struct can_bittiming bt; local
99 memset(&bt, 0, sizeof(bt));
103 if (get_u32(&bt.bitrate, *argv, 0))
112 bt.sample_point = (__u32)(sp * 1000);
115 if (get_u32(&bt.tq, *argv, 0))
119 if (get_u32(&bt.prop_seg, *argv, 0))
123 if (get_u32(&bt.phase_seg1, *argv, 0))
127 if (get_u32(&bt.phase_seg2, *argv, 0))
131 if (get_u32(&bt.sjw, *argv, 0)
210 struct can_bittiming *bt = RTA_DATA(tb[IFLA_CAN_BITTIMING]); local
    [all...]
  /bionic/libc/arch-sh/bionic/
memcpy.S 59 bt/s bcopy_return
72 bt/s bcopy_return
77 bt 1f
90 bt 1f
107 bt/s 2b
119 bt bcopy_return
124 bt 1f
141 bt/s 2b
148 bt bcopy_return
178 bt/s bcopy_retur
    [all...]
ffs.S 59 bt Lzero ! testing here to accelerate ret=1..8 cases
76 bt 4f
79 bt 2f
91 bt 6f
memset.S 55 bt/s large
58 bt/s small
65 bt/s done
71 bt/s done
74 bt/s done
77 bt/s done
95 bt/s small_aligned
156 bt/s 1f
218 bt 9f
236 bt 9
    [all...]
atomic_cmpxchg.S 40 bt not_yet_modified
  /dalvik/vm/arch/sh/
CallSH4ABI.S 103 bt jfloat_arg
106 bt jdouble_arg
109 bt jlong_arg
114 bt put_32bit_on_stack /* r6-7 not available */
117 bt j32_arg_1
126 bt j32_arg_fatal_error
141 bt put_64bit_on_stack /* r6-7 not available */
172 bt put_64bit_on_stack /* fr4-11 not available */
227 bt put_32bit_on_stack /* fr4-11 not available */
230 bt jfloat_arg_
    [all...]
  /external/openssl/crypto/
x86cpuid.pl 22 &bt ("ecx",21);
64 &bt ("edx",28);
95 &bt ("edx",28); # test hyper-threading bit
117 &bt (&DWP(0,"ecx"),4);
129 &bt (&DWP(0,"ecx"),4);
138 &bt ("eax",9);
169 &bt ("eax",9);
199 &bt (&DWP(0,"ecx"),1);
202 &bt (&DWP(0,"ecx"),26);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersSpiTest.java 94 byte[] bt = new byte[10];
100 algParSpi.engineInit(bt);
101 algParSpi.engineInit(bt, "Format");
  /bionic/libc/arch-sh/syscalls/
__brk.S 17 bt __NR_brk_end
__fcntl.S 17 bt __NR_fcntl_end
__fcntl64.S 17 bt __NR_fcntl64_end
__fork.S 17 bt __NR_fork_end
__fstatfs64.S 17 bt __NR_fstatfs64_end
__getcwd.S 17 bt __NR_getcwd_end
__getpriority.S 17 bt __NR_getpriority_end
__ioctl.S 17 bt __NR_ioctl_end
__llseek.S 20 bt __NR__llseek_end
__mmap2.S 21 bt __NR_mmap2_end
__open.S 17 bt __NR_open_end
__openat.S 17 bt __NR_openat_end
__pread64.S 20 bt __NR_pread64_end
__ptrace.S 17 bt __NR_ptrace_end
__pwrite64.S 20 bt __NR_pwrite64_end
__reboot.S 17 bt __NR_reboot_end
__rt_sigaction.S 17 bt __NR_rt_sigaction_end

Completed in 95 milliseconds

1 2 3 4 5 6 7 8 9