HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 1 - 25 of 2088) 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_high16.S 7 GET_INST_OPCODE ip // extract opcode from rINST
8 GOTO_OPCODE ip // jump to next instruction
op_const_wide_16.S 6 GET_INST_OPCODE ip // extract opcode from rINST
8 GOTO_OPCODE ip // jump to next instruction
op_const_wide_high16.S 7 GET_INST_OPCODE ip // extract opcode from wINST
8 GOTO_OPCODE ip // jump to next instruction
op_move_wide_16.S 8 GET_INST_OPCODE ip // extract opcode from rINST
9 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);
  /ndk/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);
  /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 20 short *ip = input; local
25 a1 = ((ip[0] + ip[3]) * 8);
26 b1 = ((ip[1] + ip[2]) * 8);
27 c1 = ((ip[1] - ip[2]) * 8);
28 d1 = ((ip[0] - ip[3]) * 8);
36 ip += pitch / 2
71 short *ip = input; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
dct.c 18 short *ip = input; local
23 a1 = ((ip[0] + ip[3]) * 8);
24 b1 = ((ip[1] + ip[2]) * 8);
25 c1 = ((ip[1] - ip[2]) * 8);
26 d1 = ((ip[0] - ip[3]) * 8);
34 ip += pitch / 2
69 short *ip = input; local
    [all...]
  /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
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
287 short *ip = input; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
287 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 37 short *ip = input; local
44 a1 = ip[0] + ip[8];
45 b1 = ip[0] - ip[8];
47 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
48 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
51 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
147 short *ip = input; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
idctllm.c 36 short *ip = input; local
43 a1 = ip[0] + ip[8];
44 b1 = ip[0] - ip[8];
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16)
146 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/java/tests/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 425 milliseconds

1 2 3 4 5 6 7 8 91011>>