OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nr_bytes
(Results
1 - 9
of
9
) sorted by null
/system/core/libdiskconfig/
diskutils.c
38
int
nr_bytes
;
local
62
if ((
nr_bytes
= read(src_fd, buffer, sizeof(buffer))) < 0) {
70
if (!
nr_bytes
) {
76
total +=
nr_bytes
;
80
nr_bytes
= 0;
82
while (
nr_bytes
> 0) {
83
if ((tmp = write(dst_fd, buffer,
nr_bytes
)) < 0) {
92
nr_bytes
-= tmp;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp
100
float* db_AlignPointer_f(float *p,unsigned long
nr_bytes
)
105
m=((unsigned long)p)%
nr_bytes
;
106
if(m) ap=(float*) (((unsigned long)p)-m+
nr_bytes
);
111
short* db_AlignPointer_s(short *p,unsigned long
nr_bytes
)
116
m=((unsigned long)p)%
nr_bytes
;
117
if(m) ap=(short*) (((unsigned long)p)-m+
nr_bytes
);
db_utilities_indexing.h
261
Align float pointer to
nr_bytes
by moving forward
263
DB_API float* db_AlignPointer_f(float *p,unsigned long
nr_bytes
);
266
Align short pointer to
nr_bytes
by moving forward
268
DB_API short* db_AlignPointer_s(short *p,unsigned long
nr_bytes
);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp
100
float* db_AlignPointer_f(float *p,unsigned long
nr_bytes
)
105
m=((unsigned long)p)%
nr_bytes
;
106
if(m) ap=(float*) (((unsigned long)p)-m+
nr_bytes
);
111
short* db_AlignPointer_s(short *p,unsigned long
nr_bytes
)
116
m=((unsigned long)p)%
nr_bytes
;
117
if(m) ap=(short*) (((unsigned long)p)-m+
nr_bytes
);
db_utilities_indexing.h
261
Align float pointer to
nr_bytes
by moving forward
263
DB_API float* db_AlignPointer_f(float *p,unsigned long
nr_bytes
);
266
Align short pointer to
nr_bytes
by moving forward
268
DB_API short* db_AlignPointer_s(short *p,unsigned long
nr_bytes
);
/external/kernel-headers/original/linux/
blkdev.h
658
static inline int rq_all_done(struct request *rq, unsigned int
nr_bytes
)
661
return (
nr_bytes
>= (rq->hard_nr_sectors << 9));
663
return
nr_bytes
>= rq->data_len;
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-run
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/
libmipsel-unknown-linux-android-sim.a
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/
libmipsel-unknown-linux-android-sim.a
[
all
...]
Completed in 192 milliseconds