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

1 2 3 4 5 6 7 8 91011>>

  /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/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);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p2.cpp 17 // int *ip = cta;
18 // ip = cta;
35 int *ip = ctcv; local
  /external/compiler-rt/test/BlocksRuntime/
cast.c 25 int *ip; local
29 ip = (int *)aBlock;
32 aBlock = (void (^)(void))ip;
  /external/iproute2/doc/
ip-cref.tex 2 \def\TITLE{IP Command Reference}
5 \Large\bf IP Command Reference.
24 This document presents a comprehensive description of the \verb|ip| utility
30 and examples to understand and configure Linux-2.2 IP and IPv6
33 This document is split into sections explaining \verb|ip| commands
34 and options, decrypting \verb|ip| output and containing a few examples.
41 \section{{\tt ip} --- command syntax}
43 The generic form of an \verb|ip| command is:
45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
48 general behaviour of the \verb|ip| utility or changing its output. All option
    [all...]
  /external/clang/test/FixIt/
dereference-addressof.c 6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} function
14 ip(a); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'; take the address with &}}
  /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 *')}}
  /external/libunwind/src/hppa/
Gstep.c 35 Debug (1, "(cursor=%p, ip=0x%08x)\n", c, (unsigned) c->dwarf.ip);
58 unw_word_t ip, sc_addr = c->dwarf.ip + LINUX_RT_SIGFRAME_UC_OFF; local
65 if ((ret = dwarf_get (&c->dwarf, iaoq_loc, &ip)) < 0)
70 c->dwarf.ip = ip & ~0x3; /* mask out the privilege level */
91 c->dwarf.ip = 0;
93 ret = (c->dwarf.ip == 0) ? 0 : 1;
  /external/libunwind/src/mi/
backtrace.c 39 unw_word_t ip; local
50 if (unw_get_reg (&cursor, UNW_REG_IP, &ip) < 0)
52 buffer[n++] = (void *) (uintptr_t) ip;
  /external/ltrace/sysdeps/linux-gnu/alpha/
trace.c 54 char *ip = get_instruction_pointer(proc) - 4; local
55 long x = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
  /external/ltrace/sysdeps/linux-gnu/sparc/
trace.c 51 void *ip = get_instruction_pointer(proc); local
53 if (ip == (void *)-1)
55 insn = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
  /external/v8/test/mjsunit/es6/
mirror-promises.js 75 var ip = m1.internalProperties(); variable
76 assertEquals(2, ip.length);
77 assertEquals("[[PromiseStatus]]", ip[0].name());
78 assertEquals("[[PromiseValue]]", ip[1].name());
79 assertEquals("resolved", ip[0].value().value());
80 assertEquals(1, ip[1].value().value());
83 ip = m2.internalProperties();
84 assertEquals("rejected", ip[0].value().value());
85 assertEquals(2, ip[1].value().value());
88 ip = m3.internalProperties()
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 245 var ip = mirror.internalProperties(); variable
246 assertEquals(1, ip.length);
247 assertEquals("[[PrimitiveValue]]", ip[0].name());
248 assertEquals("string", ip[0].value().type());
249 assertEquals("Capybara", ip[0].value().value());
253 ip = mirror.internalProperties();
254 assertEquals(3, ip.length);
256 for (var i = 0; i < ip.length; i++) {
257 property_map[ip[i].name()] = ip[i]
    [all...]
  /external/valgrind/memcheck/tests/
fprw.c 13 int* ip = (int*)0x12345678; local
22 free(ip);
23 ip = malloc(sizeof(int));
24 * ((double*)ip) = 1.2 + d;
  /external/boringssl/src/crypto/x509/
vpm_int.h 68 unsigned char *ip; /* If not NULL IP address to match */ member in struct:X509_VERIFY_PARAM_ID_st
69 size_t iplen; /* Length of IP address */
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp 19 int A::*ip = &A::s; // expected-error {{cannot initialize a variable of type 'int A::*' with an rvalue of type 'int *'}} member in class:A
  /external/clang/test/CXX/except/except.handle/
p16.cpp 13 int *ip = 0; local
14 ptr = ip; // expected-error{{assigning to 'float *' from incompatible type 'int *'}}
  /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/libunwind/src/aarch64/
Gis_signal_frame.c 39 unw_word_t w0, ip; local
49 ip = c->dwarf.ip;
52 ip += 4;
55 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
  /external/libunwind/src/mips/
Gis_signal_frame.c 33 unw_word_t w0, w1, ip; local
43 ip = c->dwarf.ip;
46 if ((ret = (*a->access_mem) (as, ip + 4, &w1, 0, arg)) < 0)
52 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0)
  /external/libunwind/src/ppc/
Gis_signal_frame.c 34 unw_word_t w0, w1, ip; local
41 as->validate = 1; /* Don't trust the ip */
51 ip = c->dwarf.ip;
52 if (ip == 0)
55 /* Read up two 8-byte words at the IP. We are only looking at 3
60 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0
61 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0)
  /external/libunwind/src/sh/
Gis_signal_frame.c 71 unw_word_t w0, ip; local
81 ip = c->dwarf.ip;
83 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
90 ret = (*a->access_mem) (as, ip+4, &w0, 0, arg);
97 ret = (*a->access_mem) (as, ip+8, &w0, 0, arg);
104 ret = (*a->access_mem) (as, ip+12, &w0, 0, arg);
  /external/libunwind/src/unwind/
RaiseException.c 38 unw_word_t ip; local
89 /* Exceptions are associated with IP-ranges. If a given exception
90 is handled at a particular IP, it will _always_ be handled at
91 that IP. If this weren't true, we'd have to track the tuple
92 (IP,SP,BSP) to uniquely identify the stack frame that's handling
94 if (unw_get_reg (&context.cursor, UNW_REG_IP, &ip) < 0)
99 exception_object->private_2 = ip; /* save frame marker */
101 Debug (1, "found handler for IP=%lx; entering cleanup phase\n", (long) ip);
  /external/libunwind/tests/
ia64-test-sig.c 24 /* This test uses the unwind interface to modify the IP in an ancestor
42 unw_word_t ip; local
64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0)
65 panic ("failed to get IP!\n");
68 ++ip;
69 if ((ip & 0x3) == 0x3)
70 ip += 13;
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0)
73 panic ("failed to set IP!\n");

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>