HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 426 - 450 of 676) sorted by null

<<11121314151617181920>>

  /external/libpng/contrib/tools/
pngcp.c 408 png_infop ip; member in struct:display
495 dp->ip = NULL;
530 png_destroy_write_struct(&dp->write_pp, dp->tsp > 0 ? NULL : &dp->ip);
665 dp->num_text = png_get_text(dp->write_pp, dp->ip, &chunks, NULL);
688 png_set_text(dp->write_pp, dp->ip, dp->text_ptr, dp->num_text);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 226 uint8_t *ip = addr; local
234 switch(*ip) {
238 ip++;
243 if ((*ip & 0x40) == 0x40)
244 ip++;
247 if (*ip++ != 0x0f)
251 ip++;
254 modrm = *ip++;
268 sib = *ip++;
273 ip += 4
379 unsigned long ip; local
    [all...]
protection_keys.c 250 unsigned long ip; local
264 ip = uctxt->uc_mcontext.gregs[REG_IP_IDX];
268 dprintf2("%s() trapno: %d ip: 0x%lx info->si_code: %s/%d\n", __func__,
269 trapno, ip, si_code_str(si->si_code), si->si_code);
317 "ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n",
318 trapno, ip);
324 fprintf(stderr, "unexpected trap %d! at 0x%lx\n", trapno, ip);
    [all...]
  /external/lz4/lib/
lz4.c 471 const BYTE* ip = (const BYTE*) source; local
474 const BYTE* const lowRefLimit = ip - cctx->dictSize;
479 const BYTE* const iend = ip + inputSize;
510 LZ4_putPosition(ip, cctx->hashTable, tableType, base);
511 ip++; forwardH = LZ4_hashPosition(ip, tableType);
520 { const BYTE* forwardIp = ip;
525 ip = forwardIp;
541 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
544 || ((tableType==byU16) ? 0 : (match + MAX_DISTANCE < ip))
729 const BYTE* ip = (const BYTE*) src; local
1105 const BYTE* ip = (const BYTE*) source; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 257 uint16_t ip; member in struct:ir3_instruction::__anon29531::__anon29532
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 1134 int ip = next_ip; local
    [all...]
  /external/mksh/src/
misc.c 1645 char *xp, *ip, *tp, *ipath, *ldest = NULL; local
1978 char *dp, *ip, *sp, *tp; local
    [all...]
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 241 u64 ip; member in struct:quipper::perf_sample
  /external/ppp/pppd/
auth.c 236 bool allow_any_ip = 0; /* Allow peer to use any IP address */
392 { "allow-ip", o_special, (void *)set_noauth_addr,
393 "Set IP address(es) which can be used without authentication",
510 novm("allow-ip argument");
1842 struct permitted_ip *ip; local
    [all...]
  /external/python/cpython3/Lib/email/
_header_value_parser.py 1006 def ip(self): member in class:DomainLiteral
    [all...]
  /external/python/cpython3/PC/
launcher.c 185 INSTALLED_PYTHON * ip; local
187 for (i = 0, ip = installed_pythons; i < num_installed_pythons; i++, ip++) {
188 if (_wcsicmp(path, ip->executable) == 0) {
189 result = ip;
206 INSTALLED_PYTHON * ip, * pip; local
217 ip = &installed_pythons[num_installed_pythons];
230 wcsncpy_s(ip->version, MAX_VERSION_SIZE, ip_version,
241 data_size = sizeof(ip->executable) - 1;
243 (LPBYTE)ip->executable, &data_size)
368 INSTALLED_PYTHON * ip = installed_pythons; local
1138 INSTALLED_PYTHON * ip; local
1357 INSTALLED_PYTHON * ip; local
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 1356 const auto ip = fAnimation->inPoint() * 1000 \/ fAnimation->frameRate(), local
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 1353 const auto ip = fAnimation->inPoint() * 1000 \/ fAnimation->frameRate(), local
    [all...]
  /external/syslinux/efi/
main.c 889 struct initramfs *ip; local
921 for (ip = initramfs->next; ip->len; ip = ip->next) {
922 len = ip->len;
930 if (ip->next->len) {
931 pad = -next_addr & (ip->next->align - 1);
936 if (ip->data_len)
937 memcpy((void *)(UINTN)last, ip->data, ip->data_len)
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 168 const unsigned char *ip; member in struct:ucl_compress
199 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
255 unsigned int ip; /* input pointer (lookahead) */ member in struct:ucl_swd
287 assert(c->bp - m_off + m_len < c->ip);
300 assert(c->in + m_len - d_off < c->ip);
341 s->ip = dict_len;
404 s->ip = 0;
406 s->bp = s->ip;
407 s->first_rp = s->ip;
    [all...]
  /external/tcpdump/
print-sctp.c 47 #include "ip.h"
496 u_int sctpPacketLength) /* ip packet */
500 const struct ip *ip; local
521 ip = (const struct ip *)bp2;
522 if (IP_V(ip) == 6)
536 ipaddr_string(ndo, &ip->ip_src),
538 ipaddr_string(ndo, &ip->ip_dst),
  /external/toybox/toys/pending/
dhcp.c 13 usage: dhcp [-fbnqvoCRB] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]
29 -R Release IP on exit
34 -r Request this IP address
52 #include <netinet/ip.h>
280 // gets information of INTERFACE and updates IFINDEX, MAC and IP
284 struct sockaddr_in *ip; local
296 ip = (struct sockaddr_in*) &req.ifr_addr;
297 dbg("IP %s\n", inet_ntoa(ip->sin_addr));
298 *oip = ntohl(ip->sin_addr.s_addr)
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 20 #define kScratchReg ip
1136 ip); local
1143 ip); local
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 15 #include <netinet/ip.h>
1705 struct iphdr ip; local
1778 struct iphdr *ip; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 1314 InetAddress ip = addresses.nextElement(); local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 611 uint32_t *ip = (uint32_t *)f; local
612 *ip = v | 0x7fc00000;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 403 unsigned int ip,
407 mNlAddr(ip), mPort(port), mServerType(type)
2552 unsigned int ip = htonl(addr.s_addr); local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 422 unsigned int ip,
426 mNlAddr(ip), mPort(port), mServerType(type)
2554 unsigned int ip = htonl(addr.s_addr); local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 400 unsigned int ip,
404 mNlAddr(ip), mPort(port), mServerType(type)
2579 unsigned int ip = htonl(addr.s_addr); local
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.cpp 479 /* Try IP representation */
481 /* IP not valid */
708 unsigned int ip = htonl(addr.s_addr); local
709 err = mApi.setServer(ip, mConfig.assistanceServer.port,
    [all...]

Completed in 2267 milliseconds

<<11121314151617181920>>