HomeSort by relevance Sort by last modified time
    Searched refs:sn (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/arch-mips/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
arch.h 22 #include <asm/sn/types.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
arch.h 22 #include <asm/sn/types.h>
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
arch.h 22 #include <asm/sn/types.h>
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
arch.h 22 #include <asm/sn/types.h>
  /external/kernel-headers/original/asm-mips/sn/
hub.h 6 #include <asm/sn/types.h>
7 #include <asm/sn/io.h>
8 #include <asm/sn/klkernvars.h>
klkernvars.h 16 #include <asm/sn/types.h>
arch.h 15 #include <asm/sn/types.h>
17 #include <asm/sn/sn0/arch.h>
io.h 13 #include <asm/sn/sn0/hubio.h>
  /external/qemu/block/
qcow2-snapshot.c 67 QCowSnapshot *sn; local
85 sn = s->snapshots + i;
86 sn->l1_table_offset = be64_to_cpu(h.l1_table_offset);
87 sn->l1_size = be32_to_cpu(h.l1_size);
88 sn->vm_state_size = be32_to_cpu(h.vm_state_size);
89 sn->date_sec = be32_to_cpu(h.date_sec);
90 sn->date_nsec = be32_to_cpu(h.date_nsec);
91 sn->vm_clock_nsec = be64_to_cpu(h.vm_clock_nsec);
99 sn->id_str = qemu_malloc(id_str_size + 1);
100 if (bdrv_pread(bs->file, offset, sn->id_str, id_str_size) != id_str_size
122 QCowSnapshot *sn; local
195 QCowSnapshot *sn; local
238 QCowSnapshot *snapshots1, sn1, *sn = &sn1; local
317 QCowSnapshot *sn; local
358 QCowSnapshot *sn; local
394 QCowSnapshot *sn; local
    [all...]
  /external/openssl/crypto/objects/
obj_lib.c 69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
102 if (o->sn != NULL)
104 i=strlen(o->sn)+1;
105 sn=OPENSSL_malloc(i);
106 if (sn == NULL) goto err;
107 memcpy(sn,o->sn,i);
108 r->sn=sn;
    [all...]
obj_dat.pl 63 $sn{$1}=$d;
101 $sn=defined($sn{$nid{$i}})?"$sn{$nid{$i}}":"NULL";
104 if ($sn eq "NULL") {
105 $sn=$ln;
106 $sn{$nid{$i}} = $ln;
110 $ln=$sn;
111 $ln{$nid{$i}} = $sn;
115 $out.="\"$sn\"";
    [all...]
  /bootable/bootloader/legacy/libboot/
tags_serialno.c 40 void tags_get_serialno(void *tags, void *sn)
46 h.cookie = sn;
  /external/linux-tools-perf/util/
strlist.c 44 struct str_node *sn; local
50 sn = rb_entry(parent, struct str_node, rb_node);
51 rc = strcmp(sn->s, new_entry);
61 sn = str_node__new(new_entry, self->dupstr);
62 if (sn == NULL)
65 rb_link_node(&sn->rb_node, parent, p);
66 rb_insert_color(&sn->rb_node, &self->entries);
99 void strlist__remove(struct strlist *self, struct str_node *sn)
101 rb_erase(&sn->rb_node, &self->entries);
102 str_node__delete(sn, self->dupstr)
111 struct str_node *sn; local
    [all...]
strlist.h 28 void strlist__remove(struct strlist *self, struct str_node *sn);
56 static inline struct str_node *strlist__next(struct str_node *sn)
59 if (!sn)
61 rn = rb_next(&sn->rb_node);
  /bootable/bootloader/legacy/include/boot/
tags.h 46 void tags_get_serialno(void *tags, void *sn); /* sn is 64bits */
  /bionic/libm/src/
e_powf.c 60 float y1,t1,t2,r,s,sn,t,u,v,w; local
128 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */
129 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */
134 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
135 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;
208 return sn*huge*huge; /* overflow */
210 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */
213 return sn*tiny*tiny; /* underflow *
    [all...]
  /external/opencv/cv/src/
cvcamshift.cpp 176 double cs, sn; local
239 sn = sin( theta );
241 rotate_a = cs * cs * mu20 + 2 * cs * sn * mu11 + sn * sn * mu02;
242 rotate_c = sn * sn * mu20 - 2 * cs * sn * mu11 + cs * cs * mu02;
252 CV_SWAP( cs, sn, t );
264 t1 = cvRound( fabs( width * sn ));
    [all...]

Completed in 615 milliseconds

1 2 3 4 5