OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_bytes
(Results
1 - 11
of
11
) sorted by null
/system/core/libdiskconfig/
diskutils.c
39
ssize_t
nr_bytes
;
local
63
if ((
nr_bytes
= read(src_fd, buffer, sizeof(buffer))) < 0) {
71
if (!
nr_bytes
) {
77
total +=
nr_bytes
;
81
nr_bytes
= 0;
83
while (
nr_bytes
> 0) {
84
if ((tmp = write(dst_fd, buffer,
nr_bytes
)) < 0) {
93
nr_bytes
-= tmp;
/development/perftests/panorama/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/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/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_context.c
202
uint32_t
nr_bytes
, uint32_t nr_relocs )
215
assert(
nr_bytes
<= vswc->command.size);
216
if(
nr_bytes
> vswc->command.size)
220
vswc->command.used +
nr_bytes
> vswc->command.size ||
231
assert(vswc->command.used +
nr_bytes
<= vswc->command.size);
235
vswc->command.reserved =
nr_bytes
;
/external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c
202
uint32_t
nr_bytes
, uint32_t nr_relocs )
215
assert(
nr_bytes
<= vswc->command.size);
216
if(
nr_bytes
> vswc->command.size)
220
vswc->command.used +
nr_bytes
> vswc->command.size ||
231
assert(vswc->command.used +
nr_bytes
<= vswc->command.size);
235
vswc->command.reserved =
nr_bytes
;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h
81
uint32_t
nr_bytes
, uint32_t nr_relocs );
/external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h
81
uint32_t
nr_bytes
, uint32_t nr_relocs );
Completed in 543 milliseconds