HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 176 - 200 of 993) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/dns/net/
gethnamaddr.c 225 char *bp, **ap, **hap, *ep; local
262 bp = buf;
269 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
270 if ((n < 0) || !maybe_ok(res, bp, name_ok))
279 n = (int)strlen(bp) + 1; /* for the \0 */
282 hent->h_name = bp;
283 bp += n;
294 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
    [all...]
  /external/tcpdump/
print-dccp.c 221 static uint64_t dccp_seqno(const u_char *bp)
223 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
227 const struct dccp_hdr_ext *dhx = (const struct dccp_hdr_ext *)bp;
241 static void dccp_print_ack_no(netdissect_options *ndo, const u_char *bp)
243 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
244 const u_char *ackp = bp + dccp_basic_hdr_len(dh);
264 * @bp - beginning of dccp packet
268 void dccp_print(netdissect_options *ndo, const u_char *bp, const u_char *data2,
280 dh = (const struct dccp_hdr *)bp;
340 if (ndo->ndo_vflag && ND_TTEST2(bp[0], len))
    [all...]
print-lane.c 70 lane_hdr_print(netdissect_options *ndo, const u_char *bp)
72 ND_PRINT((ndo, "lecid:%x ", EXTRACT_16BITS(bp)));
print-mobile.c 66 mobile_print(netdissect_options *ndo, const u_char *bp, u_int length)
73 mob = (const struct mobile_ip *)bp;
print-rt6.c 39 rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2 _U_)
47 dp = (const struct ip6_rthdr *)bp;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 92 mov bp,sp ; bp = 0x7c00
95 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
105 cmp word ptr [bp+SectorSignature],0aa55h ; Verify Boot Sector Signature
107 mov cx,word ptr [bp+RootEntries] ; cx = RootEntries
114 mov al,byte ptr [bp+NoFats] ; al = NoFats
116 mul word ptr [bp+SectorsPerFat] ; ax = NoFats * SectorsPerFat
117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
123 mov word ptr [bp],ax ; Save FirstClusterLBA (FirstDataSector) for later use
175 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
    [all...]
bs16.asm 79 mov bp,sp ; bp = 0x7c00
82 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
92 cmp word ptr [bp+SectorSignature],0aa55h ; Verify Boot Sector Signature
94 mov cx,word ptr [bp+RootEntries] ; cx = RootEntries
101 mov al,byte ptr [bp+NoFats] ; al = NoFats
103 mul word ptr [bp+SectorsPerFat] ; ax = NoFats * SectorsPerFat
104 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
110 mov word ptr [bp],ax ; Save FirstClusterLBA (FirstDataSector) for later use
162 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
    [all...]
bs32.S 95 movw %sp, %bp # bp = 0x7c00
98 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
108 cmpw $0xaa55, SectorSignature(%bp) # Verify Boot Sector Signature
110 movw RootEntries(%bp), %cx # cx = RootEntries
117 movb NoFats(%bp), %al # al = NoFats
119 mulw SectorsPerFat32(%bp) # ax = NoFats * SectorsPerFat
120 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
122 movw %ax, (%bp) # Save FirstClusterLBA for later use
124 movw RootCluster(%bp), %ax # ax = StartCluster of Root Directory
    [all...]
  /external/toybox/toys/pending/
dd.c 49 unsigned char *buff, *bp;
83 TT.out.bp = TT.out.buff;
85 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz));
92 TT.out.bp += nw;
96 if (TT.out.count) memmove(TT.out.buff, TT.out.bp, TT.out.count); //move remainder to front
156 TT.in.bp = TT.out.bp = TT.in.buff;
174 ssize_t n = read(TT.in.fd, TT.in.bp, TT.in.sz);
205 TT.in.bp = TT.in.buff + TT.in.count;
206 if (conv&C_SYNC) memset(TT.in.bp, 0, TT.in.sz)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
dead_branch_elim_pass.cpp 120 void DeadBranchElimPass::AddBranch(uint32_t labelId, ir::BasicBlock* bp) {
125 bp->AddInstruction(std::move(newBranch));
129 ir::BasicBlock* bp) {
135 bp->AddInstruction(std::move(newMerge));
139 uint32_t trueLabId, uint32_t falseLabId, ir::BasicBlock* bp) {
146 bp->AddInstruction(std::move(newBranchCond));
149 void DeadBranchElimPass::KillAllInsts(ir::BasicBlock* bp) {
150 bp->ForEachInst([this](ir::Instruction* ip) {
156 bool DeadBranchElimPass::GetConstConditionalSelectionBranch(ir::BasicBlock* bp,
159 auto ii = bp->end()
    [all...]
  /bionic/libc/dns/nameser/
ns_name.c 222 u_char *label, *bp, *eom; local
227 bp = dst;
229 label = bp++;
239 &label, &bp, eom))
245 label = bp++;
279 c = (int)(bp - label - 1);
292 if (bp >= eom) {
296 *bp++ = '\0';
298 if ((bp - dst) > MAXCDNAME) {
303 *dstlen = (bp - dst)
    [all...]
  /external/clang/test/CodeGen/
ext-vector.c 76 void test6(float4 *ap, float4 *bp, float c) {
78 float4 b = *bp;
130 void test7(int4 *ap, int4 *bp, int c) {
132 int4 b = *bp;
196 void test8(float4 *ap, float4 *bp, int c) {
198 float4 b = *bp;
252 void test14(uint4 *ap, uint4 *bp, unsigned c) {
254 uint4 b = *bp;
  /external/clang/test/SemaTemplate/
instantiate-cast.cpp 122 void test_derived_to_base(Base *&bp, Derived2<int> *dp) {
123 bp = dp;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 84 int bp[7]; member in struct:__anon44035::__anon44036
122 int bp[7]; member in struct:__anon44037::__anon44038
  /system/bt/conf/
Android.mk 1 # Cannot convert to Android.bp as resource copying has not
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
mwaitx-reg.s 1 .irp reg ax,bx,cx,dx,sp,bp,si,di
x86-64-mwaitx-reg.s 1 .irp reg ax,bx,cx,dx,sp,bp,si,di,8,9,10,11,12,13,14,15
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
e820mangler.S 149 movw %sp, %bp
150 movw %bx, 28(%bp)
178 movw %sp, %bp
179 movw %bx, 16(%bp)
350 pushw %bp
352 /* Split %ebx into %si:%bx, store original %bx in %bp */
354 popw %bp
391 movw %bp, %bx
400 popw %bp
475 movw %sp, %bp
    [all...]
  /external/boringssl/src/crypto/pem/
pem_lib.c 192 const char *name, BIO *bp, pem_password_cb *cb,
202 if (!PEM_read_bio(bp, &nm, &header, &data, &len)) {
254 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp,
338 i = PEM_write_bio(bp, name, buf, data, i);
521 int PEM_write_bio(BIO *bp, const char *name, const char *header,
532 if ((BIO_write(bp, "-----BEGIN ", 11) != 11) ||
533 (BIO_write(bp, name, nlen) != nlen) ||
534 (BIO_write(bp, "-----\n", 6) != 6))
539 if ((BIO_write(bp, header, i) != i) || (BIO_write(bp, "\n", 1) != 1)
    [all...]
  /external/libunwind/src/
os-freebsd.c 97 char *buf, *bp, *eb; local
132 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize)
134 kv = (struct kinfo_vmentry *)(uintptr_t)bp;
  /external/libpcap/
pcap-pf.c 104 register u_char *p, *bp; local
134 bp = (u_char *)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...]
  /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/pdfium/third_party/libpng16/
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/ipsec-tools/src/racoon/
oakley.c 481 vchar_t *buf = NULL, *res = NULL, *bp; local
521 bp = (side == INITIATOR ? iph2->nonce : iph2->nonce_p);
522 memcpy(p, bp->v, bp->l);
523 p += bp->l;
525 bp = (side == INITIATOR ? iph2->nonce_p : iph2->nonce);
526 memcpy(p, bp->v, bp->l);
527 p += bp->l;
852 vchar_t *buf = NULL, *res = NULL, *bp; local
976 vchar_t *buf = NULL, *res = NULL, *bp; local
1118 vchar_t *buf = NULL, *res = NULL, *bp; local
2195 u_char *bp; local
2262 u_char *bp; local
2456 u_char *bp; local
2578 vchar_t *buf = NULL, *bp; local
3014 vchar_t *buf = NULL, *bp; local
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
add.c 105 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
124 bp = b->d;
127 carry = bn_add_words(rp, ap, bp, min);
130 bp += min;
251 register BN_ULONG t1, t2, *ap, *bp, *rp; local
269 bp = b->d;
275 t2 = *(bp++);

Completed in 1928 milliseconds

1 2 3 4 5 6 78 91011>>