/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
sigcontext32.h | 67 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 84 struct iphdr ip; member in struct:xt_osf_nlmsg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
sigcontext32.h | 67 unsigned int ip; member in struct:sigcontext_ia32
|
/prebuilts/go/darwin-x86/test/ |
convT2X.go | 73 ip interface{} = p 159 if p != ip { 160 panic("p != ip") 171 if got := second(z, p, pp, u16, u32, u64, u128, f32, f64, c128, s, b, m, c); got != ip { 172 println("second: got", got, "want", ip) 72 ip interface{} = p var
|
/prebuilts/go/linux-x86/test/ |
convT2X.go | 73 ip interface{} = p 159 if p != ip { 160 panic("p != ip") 171 if got := second(z, p, pp, u16, u32, u64, u128, f32, f64, c128, s, b, m, c); got != ip { 172 println("second: got", got, "want", ip) 72 ip interface{} = p var
|
/system/extras/simpleperf/ |
CallChainJoiner.h | 31 // Each node represents a function in a call chain, having a tuple info (tid, ip, sp). 34 uint64_t ip; member in struct:simpleperf::call_chain_joiner_impl::CacheNode 62 // LRUCache caches call chains in memory, and supports extending a call chain if the (tid, ip, sp) 79 CacheNode* FindNode(uint32_t tid, uint64_t ip, uint64_t sp) { 82 key.ip = ip; 125 CacheNode* GetNode(uint32_t tid, uint64_t ip, uint64_t sp); 139 // sample 1: (ip A, sp A) -> (ip B, sp B) -> (ip C, sp C) -> .. [all...] |
inplace_sampler_lib.cpp | 312 uint64_t ip = static_cast<uint64_t>(reinterpret_cast<uintptr_t>(&FakeFunction)); local 320 MoveToBinaryFormat(ip, p);
|
/test/vti/test_serving/gae/webapp/src/proto/ |
model.py | 122 ip = ndb.StringProperty() variable in class:LabModel 137 ip = messages.StringField(2, repeated=False) variable in class:LabHostInfoMessage
|
/toolchain/binutils/binutils-2.27/gas/ |
hash.c | 450 int *ip; 526 for (ip = statbuf; ip < statbuf + STATBUFSIZE; ip++) 528 printf ("%d ", *ip); 449 int *ip; local
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
FactoryProvider2.java | 519 InjectionPoint ip = InjectionPoint.forConstructor( local 521 return ip; 572 for (InjectionPoint ip : InjectionPoint.forInstanceMethodsAndFields(implementation)) { 573 builder.addAll(ip.getDependencies()); [all...] |
/device/linaro/bootloader/edk2/StdLib/Include/netinet/ |
ip.h | 42 * @(#)ip.h 8.2 (Berkeley) 6/1/94
43 * $Id: ip.h,v 1.1.1.1 2006/05/30 06:12:48 hhzhou Exp $
62 struct ip {
struct 99 * Definitions for IP type of service (ip_tos)
107 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
|
/external/brotli/c/enc/ |
compress_fragment_two_pass.c | 240 /* "ip" is the input pointer. */ 241 const uint8_t* ip = input; local 263 for (next_hash = Hash(++ip, shift); ; ) { 281 const uint8_t* next_ip = ip; 284 assert(next_emit < ip); 289 ip = next_ip; 290 assert(hash == Hash(ip, shift)); 291 next_ip = ip + bytes_between_hash_lookups; 296 candidate = ip - last_distance; 297 if (IsMatch(ip, candidate)) [all...] |
/external/clang/test/CodeGenCXX/ |
mangle-exprs.cpp | 181 int *ip; local 183 a(x, &X::member, ip);
|
/external/clang/test/SemaCXX/ |
conversion.cpp | 83 int *ip = NULL; local
|
cstyle-cast.cpp | 199 int *ip = (int*)(icpcpp); local 200 (void)(int const*)(ip);
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 455 Index ip = perm ? perm[i] : i; local 457 count[StorageOrderMatch ? jp : ip]++; 459 count[ip]++; 462 count[ip]++; 487 StorageIndex ip = perm ? perm[i] : i; local 491 Index k = count[StorageOrderMatch ? jp : ip]++; 492 dest.innerIndexPtr()[k] = StorageOrderMatch ? ip : jp; 497 Index k = count[ip]++; 498 dest.innerIndexPtr()[k] = ip; 504 std::swap(ip,jp) 548 StorageIndex ip = perm ? perm[i] : i; local 569 StorageIndex ip = perm? perm[i] : i; local [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 427 FT_Byte* ip; local 474 ip = zone->cursor = zone->base; 488 while ( ip < limit ) 513 switch ( *ip++ ) 573 if ( ip >= limit ) 580 switch ( *ip++ ) 613 ip[-1] )); 619 if ( ip + 4 > limit ) 626 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 627 ( (FT_UInt32)ip[1] << 16 ) 1667 FT_Byte* ip; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
BidiLine.java | 609 int runIndex, ip; local 610 for (ip = 0; ip < bidi.insertPoints.size; ip++) { 611 point = bidi.insertPoints.points[ip]; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BidiLine.java | 608 int runIndex, ip; local 609 for (ip = 0; ip < bidi.insertPoints.size; ip++) { 610 point = bidi.insertPoints.points[ip]; [all...] |
/external/iproute2/tipc/ |
bearer.c | 70 "Usage: %s bearer enable [OPTIONS] media %s name NAME localip IP [UDP OPTIONS]\n\n", 79 " remoteip IP - Remote IP address\n" 280 char *ip = opt->val; local 287 if ((err = getaddrinfo(ip, remport, &hints, &addr))) { 620 " remoteip - Remote ip address\n" 622 " localip - Local ip address\n"
|
/external/iputils/ |
clockdiff.c | 14 #include <netinet/ip.h> 139 struct iphdr *ip = (struct iphdr *) packet; local 226 icp = (struct icmphdr *)(packet + (ip->ihl << 2)); 316 struct iphdr *ip = (struct iphdr *) packet; local 406 icp = (struct icmphdr *)(packet + (ip->ihl << 2)); 512 * of ICMP TSTAMP messages which are returned to the sender by the IP module
|
/external/jmdns/src/javax/jmdns/impl/ |
HostInfo.java | 59 * IP address to bind 72 String ip = System.getProperty("net.mdns.interface"); local 73 if (ip != null) { 74 addr = InetAddress.getByName(ip);
|
/external/libcxxabi/src/ |
cxa_personality.cpp | 57 | Beginning of Call Site Table The current ip lies within the | 71 | Beginning of Call Site Table The current ip is a 1-based index into | 606 uintptr_t ip = _Unwind_GetIP(context) - 1; local 611 if (ip == uintptr_t(-1)) 617 else if (ip == 0) 619 // ip is 1-based index into call site table 621 uintptr_t ipOffset = ip - funcStart; 663 // ip is 1-based index into this table 666 if (--ip == 0) 669 // Found the call site containing ip [all...] |
/external/libunwind/src/dwarf/ |
Gfind_proc_info-lsb.c | 50 linear_search (unw_addr_space_t as, unw_word_t ip, 66 if (ip >= pi->start_ip && ip < pi->end_ip) 447 dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, 459 fdesc = locate_debug_info (unw_local_addr_space, ip, obj_name, start, end); 567 fprintf (stderr, "ip %x, fde offset %x\n", 598 member ip contains the instruction-pointer we're looking 606 unw_word_t addr, eh_frame_start, eh_frame_end, fde_count, ip; local 618 ip = cb_data->ip; [all...] |
/external/libunwind/src/ia64/ |
Gscript.c | 60 hash (unw_word_t ip) 65 return (ip >> 4) * magic >> (64 - IA64_LOG_UNW_HASH_SIZE); 69 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) 71 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) 89 cache->buckets[i].ip = 0; 156 unw_word_t ip, pr; local 158 ip = c->ip; 161 if (cache_match (script, ip, pr) 519 struct ia64_script_insn *ip, *limit, next_insn; local [all...] |