HomeSort by relevance Sort by last modified time
    Searched refs:bufp (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
f_int.c 108 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
152 if ((bufp[0] == '0') && (buf[1] == '0'))
154 bufp+=2;
186 m=bufp[k+n];
f_string.c 102 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
179 m=bufp[k+n];
  /external/openssl/crypto/asn1/
f_int.c 108 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
152 if ((bufp[0] == '0') && (buf[1] == '0'))
154 bufp+=2;
186 m=bufp[k+n];
f_string.c 102 unsigned char *bufp; local
148 bufp=(unsigned char *)buf;
179 m=bufp[k+n];
  /external/srec/srec/crec/
srec_debug.c 28 char *bufp = &buf[0]; local
35 bufp += sprintf(bufp, "%d,", awtoken->word);
38 if (bufp > &buf[0]) *(bufp - 1) = 0;
  /external/libppp/src/
pred.c 181 u_char bufp[MAX_MTU + 2]; local
187 cp = bufp;
193 fcs = hdlc_Fcs(bufp, 2 + orglen);
196 len = compress(state, bufp + 2, wp, orglen);
204 memcpy(wp, bufp + 2, orglen);
223 u_char *bufp; local
229 pp = bufp = MBUF_CTOP(wp);
262 fcs = hdlc_Fcs(bufp, wp->m_len = pp - bufp);
slcompress.c 430 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp,
443 ip = (struct ip *) * bufp;
475 cp = *bufp;
557 len -= (cp - *bufp);
565 *bufp = cp - cs->cs_hlen;
579 memcpy(*bufp, &cs->cs_ip, cs->cs_hlen);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-org.c 54 static int bc_org_tobytes(yasm_bytecode *bc, unsigned char **bufp,
123 bc_org_tobytes(yasm_bytecode *bc, unsigned char **bufp,
139 YASM_WRITE_8(*bufp, org->fill); /* XXX: handle more than 8 bit? */
bc-reserve.c 52 static int bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp,
117 bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp,
bc-data.c 72 static int bc_data_tobytes(yasm_bytecode *bc, unsigned char **bufp,
206 bc_data_tobytes(yasm_bytecode *bc, unsigned char **bufp,
226 if (output_value(&dv->data.val, *bufp, val_len,
227 (unsigned long)(*bufp-bufstart), bc, 1,
230 *bufp += val_len;
235 memcpy(*bufp, dv->data.raw.contents, dv->data.raw.len);
236 *bufp += dv->data.raw.len;
245 *bufp +=
246 yasm_intnum_get_leb128(intn, *bufp,
252 memset(*bufp, 0, val_len)
    [all...]
bc-incbin.c 60 static int bc_incbin_tobytes(yasm_bytecode *bc, unsigned char **bufp,
198 bc_incbin_tobytes(yasm_bytecode *bc, unsigned char **bufp,
235 if (fread(*bufp, 1, (size_t)bc->len, f) < (size_t)bc->len) {
243 *bufp += bc->len;
  /frameworks/native/cmds/installd/
commands.c 882 int bufp, bufe, bufi, readlen; local
913 bufp = 0;
918 bufi = bufp;
924 ALOGV("Processing line: %s\n", buf+bufp);
926 while (bufp < bufi && isspace(buf[bufp])) {
928 bufp++;
930 if (buf[bufp] == '#' || bufp == bufi) {
935 UPDATE_COMMANDS_DIR_PREFIX, name, buf+bufp);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1215 char *bufp, *countptr;
1230 bufp = buf
1453 char *bufp; local
1554 char *bufp; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 165 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
175 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
185 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
194 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
662 unsigned char **bufp, void *d, yasm_output_value_func output_value)
669 output_value(&val, *bufp, 4, off, bc, 0, d);
670 *bufp += 4;
675 output_value(&val, *bufp, 2, off+4, bc, 0, d);
676 *bufp += 2;
729 cv8_symhead_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
    [all...]
cv-type.c 485 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
611 unsigned char **bufp, yasm_intnum *cval)
613 unsigned char *buf = *bufp;
663 *bufp = buf;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 50 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
65 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
281 win64_uwinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
287 unsigned char *buf = *bufp;
325 *bufp = buf;
462 win64_uwcode_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
468 unsigned char *buf = *bufp;
491 *bufp = buf;
557 *bufp = buf;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 121 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
131 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
407 stabs_bc_stab_tobytes(yasm_bytecode *bc, unsigned char **bufp,
417 unsigned char *buf = *bufp;
437 *bufp = buf;
442 stabs_bc_str_tobytes(yasm_bytecode *bc, unsigned char **bufp,
448 unsigned char *buf = *bufp;
453 *bufp = buf;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 233 Uint16 *bufp; \
236 bufp = (Uint16 *)buf; \
238 *bufp = Pixel | (*bufp & Amask); \
256 Uint32 *bufp; \
259 bufp = (Uint32 *)buf; \
261 *bufp = Pixel | (*bufp & Amask); \
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 464 unsigned char buf[SYMTAB_MAXSIZE], *bufp; local
475 bufp = buf;
528 elf_march->write_symtab_entry(bufp, entry, value_intn, size_intn);
671 unsigned char buf[SHDR_MAXSIZE], *bufp = buf; local
679 elf_march->write_secthead(bufp, shead);
734 unsigned char buf[SHDR_MAXSIZE], *bufp = buf; local
746 elf_march->write_secthead_rel(bufp, shead, symtab_idx, sindex);
758 unsigned char buf[RELOC_MAXSIZE], *bufp; local
800 bufp = buf;
803 elf_march->write_reloc(bufp, reloc, r_type, r_sym)
939 unsigned char buf[EHDR_MAXSIZE], *bufp = buf; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 48 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
250 dwarf2_head_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
258 unsigned char *buf = *bufp;
303 *bufp = buf;
dwarf2-info.c 199 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
399 dwarf2_abbrev_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
405 unsigned char *buf = *bufp;
410 *bufp = buf;
426 *bufp = buf;
dwarf2-line.c 134 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
144 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
780 dwarf2_spp_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
787 unsigned char *buf = *bufp;
792 cval = yasm_intnum_create_uint(bc->len - (unsigned long)(buf-*bufp) -
832 *bufp = buf;
865 dwarf2_line_op_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp,
871 unsigned char *buf = *bufp;
892 *bufp = buf;
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 74 const char *bufp; local
129 bufp = buf;
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]",
157 while (nbytes > 0 && *bufp != '\n') {
158 bufp++;
162 bufp++;
  /external/elfutils/libasm/
libasm.h 187 char **bufp, size_t len, void *symcbarg);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 75 void dlinfoack(int fd, char *bufp);
78 void dlokack(int fd, char *bufp);
79 void dlbindack(int fd, char *bufp);
833 void dlinfoack(int fd, char *bufp)
841 ctl.buf = bufp;
907 void dlokack(int fd, char *bufp)
915 ctl.buf = bufp;
939 void dlbindack(int fd, char *bufp)
947 ctl.buf = bufp;

Completed in 1033 milliseconds

12 3 4 5 6