HomeSort by relevance Sort by last modified time
    Searched refs:l3 (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
fragtest.d 16 [ ]+164:[ ]+ffed 0001[ ]+ba (0x[0]?268|268 <l3>)
22 0+268 <l3>:
rd-fragtest-pic.d 18 [ ]+164:[ ]+ffed 0001[ ]+ba (0x[0]?268|268 <l3>)
24 0+268 <l3>:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mipsr6@branch-misc-1.d 21 [ ]*4c: .*R_MIPS_PC16 l3
micromips@branch-misc-1.d 21 4c: R_MICROMIPS_PC16_S1 l3
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 459 Label l3 = new Label(); local
460 method.visitTableSwitchInsn(1, 3, l3, new Label[] { l1, l2, l1 });
478 method.visitLabel(l3);
479 method.visitLineNumber(1006, l3);
572 Label l3 = new Label(); local
574 method.visitTableSwitchInsn(1, 3, l4, new Label[] { l2, l3, l2 });
578 method.visitLabel(l3);
579 method.visitLineNumber(1004, l3);
672 Label l3 = new Label(); local
674 method.visitTryCatchBlock(l1, l2, l3, "java/lang/Exception")
739 final Label l3 = new Label(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
relax1-r.d 55 40034: 4437ffff bp \$55,80030 <l3>
61 0000000000080030 <l3>:
66 80038: 46580000 bod \$88,80038 <l3\+0x8>
73 80050: f0000000 jmp 80050 <l3\+0x20>
83 80068: 436ffff2 bz \$111,80030 <l3>
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 146 uptr l3 = d.newNode(3); local
157 // l3=>l4=>l5
158 d.onLock(&dtls, l3);
162 d.onUnlock(&dtls, l3);
169 locks.insert(l3);
185 // l4=>l3
187 EXPECT_TRUE(d.onLock(&dtls, l3));
189 d.onUnlock(&dtls, l3);
194 d.removeNode(l3);
231 // l2 and l3 should have ben reused
374 uptr l3 = d.newNode(0); local
394 uptr l3 = d.newNode(0); local
424 uptr l3 = d.newNode(0); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
cbcond.d 24 38: 18 e4 87 53 cxbleu %l2, %l3, 0x120
26 40: 1a c4 c7 14 cwbcs %l3, %l4, 0x120
27 44: 1a c4 e6 ea cwbcs %l3, 0xa, 0x120
64 d8: 3e e4 82 53 cxbvc %l2, %l3, 0x120
66 e0: 12 c4 c2 14 cwbe %l3, %l4, 0x120
67 e4: 12 c4 e1 fc cwbe %l3, 0x1c, 0x120
rdpr.d 28 48: a7 55 c0 00 rdpr %pmcdper, %l3
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 52 std::ptrdiff_t l1, l2, l3; local
53 internal::manage_caching_sizes(GetAction, &l1, &l2, &l3);
  /external/selinux/libsepol/include/sepol/policydb/
mls_types.h 89 #define mls_level_between(l1, l2, l3) \
90 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
system.s 69 .irp l, l1, l2, l3
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 95 final long l3 = data[idx + 2] & 0xFF; local
97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
  /bionic/libc/kernel/uapi/linux/
atmsap.h 91 } l3; member in struct:atm_blli
  /external/clang/test/CodeGen/
renderscript.c 132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member in struct:__anon15976
  /external/iproute2/include/uapi/linux/
atmsap.h 45 #define ATM_L3_NONE 0 /* L3 not specified */
123 unsigned char user; /* user specified l3 information */
136 } l3; member in struct:atm_blli
  /external/kernel-headers/original/uapi/linux/
atmsap.h 45 #define ATM_L3_NONE 0 /* L3 not specified */
123 unsigned char user; /* user specified l3 information */
136 } l3; member in struct:atm_blli
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_l3_state.c 32 * Calculate the desired L3 partitioning based on the current state of the
67 * Program the hardware to use the specified L3 configuration.
81 /* According to the hardware docs, the L3 partitioning can only be changed
112 * complete when the L3 configuration registers are modified.
125 /* Set up the L3 partitioning. */
138 /* When enabled SLM only uses a portion of the L3 on half of the banks,
163 /* Set up the L3 partitioning. */
179 /* Enable L3 atomics on HSW if we have a DC partition, otherwise keep
195 * Update the URB size in the context state for the specified L3
214 const float dw = gen_diff_l3_weights(w, gen_get_l3_config_weights(brw->l3.config))
    [all...]
  /external/scapy/scapy/layers/
tftp.py 144 self.l3 = IP(dst=self.server)/UDP(sport=self.my_tid, dport=self.port)/TFTP()
145 self.last_packet = self.l3/TFTP_RRQ(filename=self.filename, mode="octet")
162 self.l3[UDP].dport = self.server_tid
181 self.last_packet = self.l3 / TFTP_ACK(block = self.awaiting)
238 self.l3 = IP(dst=self.server)/UDP(sport=self.my_tid, dport=self.port)/TFTP()
239 self.last_packet = self.l3/TFTP_WRQ(filename=self.filename, mode="octet")
256 self.l3[UDP].dport = self.server_tid
275 self.last_packet = self.l3/TFTP_DATA(block=self.awaiting)/self.data.pop(0)
324 self.l3 = IP(src=ip.dst, dst=ip.src)/UDP(sport=self.my_tid, dport=pkt.sport)/TFTP()
326 self.last_packet = self.l3/TFTP_ACK(block=0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmsap.h 44 #define ATM_L3_NONE 0 /* L3 not specified */
122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 78 ld [%i0 + V4F_COUNT], %l3
91 st %l3, [%i1 + V4F_COUNT]
96 * l3: count
153 cmp %l0, %l3 ! IEU1 Group
158 cmp %l2, %l3 ! IEU1 Group
174 ld [%i0 + V4F_COUNT], %l3
185 * l3: count
223 cmp %l0, %l3 ! IEU1 Group
228 cmp %l2, %l3 ! IEU1 Group
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c 42 const __m128i *k_16, const __m128i *l3, const __m128i *l32,
69 adj = _mm_sub_epi8(*l3, adj2);
138 const __m128i l3 = _mm_set1_epi8( local
156 &k_16, &l3, &l32, &l21, acc_diff);
225 const __m128i l3 = _mm_set1_epi8( local
244 sig, mc_running_avg_y, running_avg_y, &k_0, &k_4, &k_8, &k_16, &l3,
  /external/clang/test/Analysis/
lambdas.cpp 45 auto l3 = [&i] { local
52 l3();
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
graph_compute_order_test.py 47 l3 = slim.max_pool2d(l2, [3, 3], stride=2, scope='L3', padding='SAME')
49 l4 = nn.relu(l1 + l3, name='L4_relu')
130 'L3/MaxPool': [112, 112],
141 'L3/MaxPool': [56, 56],
parse_layer_parameters_test.py 49 l3 = slim.max_pool2d(l2, [3, 3], stride=2, scope='L3', padding='SAME')
51 l4 = nn.relu(l1 + l3, name='L4_relu')
90 # L3.
91 l3_node_name = 'L3/MaxPool'

Completed in 1003 milliseconds

1 23 4 5 6 7 8 9