HomeSort by relevance Sort by last modified time
    Searched defs:bp (Results 51 - 75 of 401) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libc/tzcode/
strptime.c 114 const unsigned char *bp; local
118 bp = (unsigned char *)buf;
125 while (isspace(*bp))
126 bp++;
139 if (c != *bp++)
163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
169 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr)))
175 if (!(bp = _strptime(bp, "%H:%M", tm, cr))
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
exec.c 139 char *bp, *cur, *path, buf[PATH_MAX]; local
151 bp = (char *)name;
155 bp = buf;
202 retry: (void)execve(bp, argv, envp);
218 memp[1] = bp;
  /external/avahi/avahi-core/
prioq.c 79 AvahiPrioQueueNode *l, *r, *p, *ap, *an, *bp, *bn; local
166 bp = b->parent;
170 if (bp)
171 bpl = bp->left;
173 if ((a->parent = bp)) {
175 bp->left = a;
177 bp->right = a;
208 bp = b->prev; bn = b->next;
228 if ((a->prev = bp))
239 if ((a->prev = bp))
    [all...]
  /external/boringssl/src/crypto/bn/
add.c 106 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
125 bp = b->d;
128 carry = bn_add_words(rp, ap, bp, min);
131 bp += min;
263 register BN_ULONG t1, t2, *ap, *bp, *rp; local
281 bp = b->d;
287 t2 = *(bp++);
  /external/google-breakpad/src/client/linux/dump_writer_common/
seccomp_unwinder.cc 43 uint64_t bp = cpu->rbp; local
46 if (bp < top ||
47 bp > thread.stack.start_of_memory_range +
48 thread.stack.memory.data_size - sizeof(bp) ||
49 bp & 1) {
53 top = bp;
54 uint8_t* bp_addr = stack_copy + bp - thread.stack.start_of_memory_range;
55 my_memcpy(&bp, bp_addr, sizeof(bp));
56 if (bp == 0xDEADBEEFDEADBEEFull)
    [all...]
  /external/ipsec-tools/src/racoon/
security.c 70 caddr_t bp; local
87 bp = (caddr_t)(sab + 1); /* here bp points to first proposal payload */
90 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, len);
114 bp = (caddr_t)prop + sizeof(struct isakmp_pl_p) + prop->spi_size;
117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
  /external/libmtp/examples/
detect.c 36 uint32_t bp = 0; local
38 while (bp < len) {
39 if (buf[bp+0] == 0xFF && buf[bp+1] == 0xFE) {
41 } else if (buf[bp+0] == 0xFE && buf[bp+1] == 0xff) {
47 tmp = buf[bp+1] << 8 | buf[bp+0];
49 tmp = buf[bp+0] << 8 | buf[bp+1]
    [all...]
  /external/libpcap/
pcap-enet.c 52 register u_char *bp; local
73 bp = buf.p;
75 ph = (struct packet_header *)bp;
88 bp += inc;
pcap-nit.c 107 register u_char *bp, *cp, *ep; local
121 bp = p->buffer;
123 bp = p->bp;
131 ep = bp + cc;
132 while (bp < ep) {
147 p->cc = ep - bp;
148 p->bp = bp;
153 nh = (struct nit_hdr *)bp;
    [all...]
pcap-pf.c 104 register u_char *p, *bp; local
134 bp = pc->buffer + pc->offset;
136 bp = pc->bp;
158 pc->bp = bp;
168 if ((long)bp & 3) {
170 memcpy((char *)sp, (char *)bp, sizeof(*sp));
173 sp = (struct enstamp *)bp;
181 p = bp + sp->ens_stamplen
    [all...]
pcap-snit.c 120 register u_char *bp, *cp, *ep; local
137 bp = p->buffer;
139 bp = p->bp;
145 ep = bp + cc;
146 while (bp < ep) {
161 p->bp = bp;
162 p->cc = ep - bp;
168 cp = bp;
    [all...]
  /external/libpng/
pngwtran.c 214 png_bytep bp = row; local
228 for (i = 0; i < row_bytes; i++, bp++)
233 v = *bp;
245 *bp = (png_byte)(out & 0xff);
251 png_bytep bp = row; local
255 for (i = 0; i < istop; i++, bp++)
262 v = *bp;
274 *bp = (png_byte)(out & 0xff);
280 png_bytep bp; local
284 for (bp = row, i = 0; i < istop; i++
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_packbits.c 67 unsigned char* bp = (unsigned char*) buf; local
84 b = *bp++, cc--, n = 1;
85 for (; cc > 0 && b == *bp; cc--, bp++)
194 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
204 if (PackBitsEncode(tif, bp, chunk, s) < 0)
206 bp += chunk;
216 char *bp; local
222 bp = (char*) tif->tif_rawcp;
225 n = (long) *bp++, cc--
    [all...]
tif_thunder.c 91 register unsigned char *bp; local
96 bp = (unsigned char *)tif->tif_rawcp;
103 n = *bp++, cc--;
143 tif->tif_rawcp = (uint8*) bp;
  /external/pdfium/third_party/libtiff/
tif_packbits.c 67 unsigned char* bp = (unsigned char*) buf; local
84 b = *bp++, cc--, n = 1;
85 for (; cc > 0 && b == *bp; cc--, bp++)
194 PackBitsEncodeChunk(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
204 if (PackBitsEncode(tif, bp, chunk, s) < 0)
206 bp += chunk;
216 char *bp; local
222 bp = (char*) tif->tif_rawcp;
225 n = (long) *bp++, cc--
    [all...]
tif_thunder.c 91 register unsigned char *bp; local
96 bp = (unsigned char *)tif->tif_rawcp;
103 n = *bp++, cc--;
143 tif->tif_rawcp = (uint8*) bp;
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 80 int ret, bp; local
91 bp = WEXT_CSCAN_HEADER_SIZE;
92 os_memcpy(buf, WEXT_CSCAN_HEADER, bp);
94 if ((bp + IW_ESSID_MAX_SIZE + 10) >= (int)sizeof(buf))
97 buf[bp++] = WEXT_CSCAN_SSID_SECTION;
98 buf[bp++] = params->ssids[i].ssid_len;
99 os_memcpy(&buf[bp], params->ssids[i].ssid, params->ssids[i].ssid_len);
100 bp += params->ssids[i].ssid_len;
104 buf[bp++] = WEXT_CSCAN_CHANNEL_SECTION;
105 buf[bp++] = 0
134 int bp, i; local
207 int ret = 0, i = 0, bp; local
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
ListViewActivity.java 85 double bp = Math.random(); local
90 Color.rgb(new Double(rp * 255).intValue(), new Double(gp * 255).intValue(), new Double(bp * 255).intValue()),
  /external/clang/test/CodeGen/
exprs.c 22 const unsigned char *bp; local
23 bp -= (short)1;
  /external/dbus/dbus/
dbus-string-util.c 50 const unsigned char *bp; local
62 bp = (const unsigned char*) c_str;
66 if (*ap != *bp)
70 ++bp;
74 _dbus_assert (*bp == '\0');
  /external/dhcpcd-6.8.2/
common.c 339 unsigned char *bp = buffer; local
365 if (bp)
366 *bp++ = (unsigned char)strtol(c, NULL, 16);
  /external/e2fsprogs/lib/ext2fs/
punch.c 109 blk_t *bp = inode->i_block; local
128 retval = ind_punch(fs, inode, block_buf, bp, level,
139 bp += num;
  /external/libedit/src/
map.c 1125 el_bindings_t *bp, *ep; local
1147 el_bindings_t *bp, *ep; local
1253 el_bindings_t *bp, *ep; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.cpp 198 btBroadphaseInterface* bp = getBroadphase(); local
199 bp->setAabb(body->getBroadphaseHandle(),minAabb,maxAabb, m_dispatcher1);

Completed in 949 milliseconds

1 23 4 5 6 7 8 91011>>