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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/arm64/
op_nop.S 2 GET_INST_OPCODE ip // ip<- opcode from rINST
3 GOTO_OPCODE ip // execute it
op_const_16.S 6 GET_INST_OPCODE ip // extract opcode from wINST
7 GOTO_OPCODE ip // jump to next instruction
op_const_4.S 5 GET_INST_OPCODE ip // ip<- opcode from xINST
7 GOTO_OPCODE ip // execute next instruction
op_const_high16.S 7 GET_INST_OPCODE ip // extract opcode from rINST
8 GOTO_OPCODE ip // jump to next instruction
  /external/clang/test/Parser/
pointer_promotion.c 5 int *ip; local
11 if (ip < cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
14 if (ip < 7) {} // expected-warning {{comparison between pointer and integer ('int *' and 'int')}}
15 if (sint < ip) {} // expected-warning {{comparison between pointer and integer ('int' and 'int *')}}
16 if (ip == cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
long-plt-format.d 13 .*: .* add ip, pc, #-268435456 ; 0xf0000000
14 .*: .* add ip, ip, #0, 12
15 .*: .* add ip, ip, #0, 20
16 .*: .* ldr pc, [ip, #[0-9]*]! ; 0x.*
  /external/libcxx/test/std/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 25 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5); local
26 assert(ip.first);
27 assert(ip.second == 5);
28 std::return_temporary_buffer(ip.first);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 25 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5); local
26 assert(ip.first);
27 assert(ip.second == 5);
28 std::return_temporary_buffer(ip.first);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 25 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5); local
26 assert(ip.first);
27 assert(ip.second == 5);
28 std::return_temporary_buffer(ip.first);
  /external/liblzf/
lzf_d.c 59 u8 const *ip = (const u8 *)in_data; local
61 u8 const *const in_end = ip + in_len;
66 unsigned int ctrl = *ip++;
79 if (ip + ctrl > in_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
dct.c 18 short *ip = input; local
22 a1 = ((ip[0] + ip[3]) * 8);
23 b1 = ((ip[1] + ip[2]) * 8);
24 c1 = ((ip[1] - ip[2]) * 8);
25 d1 = ((ip[0] - ip[3]) * 8);
33 ip += pitch / 2
64 short *ip = input; local
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
switch16.S 23 ldrh ip, [lr, #-1]
24 cmp r0, ip
27 add ip, lr, ip, lsl #1
28 ldrshcs r0, [ip, #1]
29 add ip, lr, r0, lsl #1
30 bx ip
switch32.S 23 ldr ip, [lr, #-1]
24 cmp r0, ip
27 add ip, lr, ip, lsl #2
28 ldrcs r0, [ip, #3]
29 add ip, lr, r0
30 bx ip
  /external/compiler-rt/lib/builtins/arm/
switch16.S 34 ldrh ip, [lr, #-1] // get first 16-bit word in table
35 cmp r0, ip // compare with index
37 add ip, lr, ip, lsl #1 // compute address of last element in table
40 ldrshhs r0, [ip, #1] // load 16-bit element if r0 out of range
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
42 bx ip // jump to computed label
switch32.S 34 ldr ip, [lr, #-1] // get first 32-bit word in table
35 cmp r0, ip // compare with index
37 add ip, lr, ip, lsl #2 // compute address of last element in table
40 ldrhs r0, [ip, #3] // load 32-bit element if r0 out of range
41 add ip, lr, r0 // compute label = lr + element
42 bx ip // jump to computed label
switch8.S 34 ldrb ip, [lr, #-1] // get first byte in table
35 cmp r0, ip // signed compare with index
38 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
40 bx ip // jump to computed label
switchu8.S 34 ldrb ip, [lr, #-1] // get first byte in table
35 cmp r0, ip // compare with index
38 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
40 bx ip // jump to computed label
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 43 short *ip = input; local
53 prefetch_load_short(ip + 8);
56 a1 = ip[0] + ip[8];
57 b1 = ip[0] - ip[8];
59 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
60 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
63 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
269 short *ip = input; local
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p5.cpp 10 int* ip; local
11 float &fr1 = f(ip);
12 float &fr2 = g(ip);
  /art/runtime/interpreter/mterp/arm/
op_nop.S 2 GET_INST_OPCODE ip @ ip<- opcode from rINST
3 GOTO_OPCODE ip @ execute it
  /external/libvpx/libvpx/vp8/common/
idctllm.c 36 short *ip = input; local
42 a1 = ip[0] + ip[8];
43 b1 = ip[0] - ip[8];
45 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
46 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
49 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
132 short *ip = input; local
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 7 void test_f0(int* ip, void *vp) {
9 int &ir = f0(ip, 0);
  /external/clang/test/SemaTemplate/
ambiguous-ovl-print.cpp 7 void test_f(int *ip, int i) {
8 f(ip, i); // expected-error{{ambiguous}}
  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 119 int3 ip = convert_int3(p);
120 ip = clamp(ip, 4, 500);
121 short pix = rsGetElementAt_short(volume, ip.x, ip.y, ip.z);
135 int3 ip = convert_int3(p);
137 if (isInBrick(ip)) { // isInBrick(ip)) {
139 float3 delta = p - convert_float3(ip);
    [all...]

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>