Searched defs:lvl (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dgetsockopt.c10 int getsockopt(int fd, int lvl, int optname, void* optval, socklen_t* len) { argument
11 return ki_getsockopt(fd, lvl, optname, optval, len);
H A Dsetsockopt.c10 int setsockopt(int fd, int lvl, int optname, const void* optval, argument
12 return ki_setsockopt(fd, lvl, optname, optval, len);
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Derr.c146 err_reporting_set_level(err_reporting_level_t lvl) { argument
147 err_level = lvl;
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dheader.c25 unsigned int a, b, c, d, lvl; local
30 cpuid(0, &lvl, &b, &c, &d);
36 if (lvl >= 1) {
/external/srtp/crypto/kernel/
H A Derr.c146 err_reporting_set_level(err_reporting_level_t lvl) { argument
147 err_level = lvl;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter.h49 unsigned char lvl[4][4][4]; member in struct:__anon13057
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.h49 unsigned char lvl[4][4][4]; member in struct:__anon24848
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dpcy_node.c174 int policy_node_match(const X509_POLICY_LEVEL *lvl, argument
181 if ( (lvl->flags & X509_V_FLAG_INHIBIT_MAP)
/external/chromium_org/third_party/skia/bench/
H A DPictureNestingBench.cpp45 int sierpinsky(SkCanvas* canvas, int lvl, const SkPaint& paint) { argument
46 if (++lvl > fMaxLevel) {
51 bool recordPicture = lvl <= fMaxPictureLevel;
68 pics += this->sierpinsky(c, lvl, paint);
71 pics += this->sierpinsky(c, lvl, paint);
74 pics += this->sierpinsky(c, lvl, paint);
/external/openssl/crypto/x509v3/
H A Dpcy_node.c174 int policy_node_match(const X509_POLICY_LEVEL *lvl, argument
181 if ( (lvl->flags & X509_V_FLAG_INHIBIT_MAP)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.h60 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS]; member in struct:__anon13126
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_cpal.c116 int lvl; local
128 for (lvl = 0; lvl < num_levels; lvl++) {
129 w = width >> lvl;
132 h = height >> lvl;
172 GLint lvl, num_levels; local
192 for (lvl = 0; lvl < num_levels; lvl
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.h60 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS]; member in struct:__anon24917
/external/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c116 int lvl; local
128 for (lvl = 0; lvl < num_levels; lvl++) {
129 w = width >> lvl;
132 h = height >> lvl;
172 GLint lvl, num_levels; local
192 for (lvl = 0; lvl < num_levels; lvl
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c40 struct nv30_miptree_level *lvl = &mt->level[level]; local
43 return (layer * mt->layer_size) + lvl->offset;
45 return lvl->offset + (layer * lvl->zslice_size);
93 struct nv30_miptree_level *lvl = &mt->level[level]; local
108 rect->pitch = lvl->pitch;
323 struct nv30_miptree_level *lvl = &mt->level[l]; local
327 lvl->offset = size;
328 lvl->pitch = mt->uniform_pitch;
329 if (!lvl
403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_miptree.c224 struct nv50_miptree_level *lvl = &mt->level[l]; local
229 lvl->offset = mt->total_size;
231 lvl->tile_mode = nv50_tex_choose_tile_dims(nbx, nby, d);
233 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
234 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
235 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode);
237 lvl->pitch = align(nbx * blocksize, tsx);
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c229 struct nv50_miptree_level *lvl = &mt->level[l]; local
234 lvl->offset = mt->total_size;
236 lvl->tile_mode = nvc0_tex_choose_tile_dims(nbx, nby, d);
238 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
239 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode);
240 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode);
242 lvl->pitch = align(nbx * blocksize, tsx);
244 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c598 radeon_mipmap_level *lvl; local
606 lvl = &t->mt->levels[0];
609 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c422 radeon_mipmap_level *lvl; local
442 lvl = &t->mt->levels[0];
445 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset,
458 radeon_mipmap_level *lvl; local
481 lvl = &t->mt->levels[t->minLod];
482 OUT_BATCH_RELOC(lvl->faces[5].offset, t->mt->bo, lvl->faces[5].offset,
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h261 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
262 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
263 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
264 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
265 inline void LOG_IF(int lvl, bool cond, const char* pat, ...) { argument
266 if (cond) LOG_PRINTF(lvl, pa
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h227 inline void RAW_LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
228 inline void RAW_VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
229 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
230 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } argument
231 inline void LOG_IF(int lvl, bool cond, const char* pat, ...) { argument
232 if (cond) LOG_PRINTF(lvl, pa
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c40 struct nv30_miptree_level *lvl = &mt->level[level]; local
43 return (layer * mt->layer_size) + lvl->offset;
45 return lvl->offset + (layer * lvl->zslice_size);
93 struct nv30_miptree_level *lvl = &mt->level[level]; local
108 rect->pitch = lvl->pitch;
323 struct nv30_miptree_level *lvl = &mt->level[l]; local
327 lvl->offset = size;
328 lvl->pitch = mt->uniform_pitch;
329 if (!lvl
403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level]; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c224 struct nv50_miptree_level *lvl = &mt->level[l]; local
229 lvl->offset = mt->total_size;
231 lvl->tile_mode = nv50_tex_choose_tile_dims(nbx, nby, d);
233 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
234 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
235 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode);
237 lvl->pitch = align(nbx * blocksize, tsx);
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c229 struct nv50_miptree_level *lvl = &mt->level[l]; local
234 lvl->offset = mt->total_size;
236 lvl->tile_mode = nvc0_tex_choose_tile_dims(nbx, nby, d);
238 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
239 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode);
240 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode);
242 lvl->pitch = align(nbx * blocksize, tsx);
244 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c598 radeon_mipmap_level *lvl; local
606 lvl = &t->mt->levels[0];
609 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset,

Completed in 550 milliseconds

12