Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/vulkan-cereal/fake-android-guest/utils/
DFastStrcmp.h43 static inline int fastcmp(const char* l, const char* r, const size_t s) { in fastcmp()
50 static inline int fasticmp(const char* l, const char* r, const size_t s) { in fasticmp()
58 const char* l = static_cast<const char*>(lv); in fastcmp() local
66 static inline int fastcmp(const char* l, const char* r) { in fastcmp()
71 static inline int fasticmp(const char* l, const char* r) { in fasticmp()
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
DOpenGLDispatchLoader.cpp28 static LazyLoadedGLESv1Dispatch* l = new LazyLoadedGLESv1Dispatch; in sGLESv1Dispatch() local
32 static LazyLoadedGLESv2Dispatch* l = new LazyLoadedGLESv2Dispatch; in sGLESv2Dispatch() local
36 static LazyLoadedEGLDispatch* l = new LazyLoadedEGLDispatch; in sEGLDispatch() local
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock()
72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr()
222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async()
Dmali_gralloc_module.cpp92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr()
115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferaccess.cpp36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock()
72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr()
222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async()
Dmali_gralloc_module.cpp92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr()
115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvulkan_enc_unittests.cpp164 AutoLock l(lock); in TEST() local
175 AutoLock l(lock); in TEST() local
199 AutoLock l(lock); in TEST() local
210 AutoLock l(lock); in TEST() local
232 AutoLock l(lock); in TEST() local
243 AutoLock l(lock); in TEST() local
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
330 …_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int… in gralloc_lock_ycbcr()
465 …async (gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int… in gralloc_lock_async()
489 …_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int… in gralloc_lock_async_ycbcr()
/device/generic/goldfish/audio/
Dstream_out.cpp107 std::lock_guard l(mExternalSinkReadLock); in getPresentationPosition() local
138 std::lock_guard l(mExternalSinkReadLock); in threadLoop() local
151 std::lock_guard l(mExternalSinkReadLock); in threadLoop() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp1007 int l=0; in glUtilsPackStrings() local
1026 int l; in glUtilsCalcShaderSourceLen() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dat_tok.c110 long l; in at_tok_nextint_base() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
Dsyncconst.h87 #define _XSyncIntsToValue(pv, l, h) ((pv)->lo = (l), (pv)->hi = (h)) argument
130 #define XSyncIntsToValue(pv, l, h) _XSyncIntsToValue(pv, l, h) argument
DXKBsrv.h301 #define _XkbClearElems(a,f,l,t) bzero(&(a)[f],((l)-(f)+1)*sizeof(t)) argument
304 #define _XkbLibError(c,l,d) \ argument
326 #define XConvertCase(s,l,u) XkbConvertCase(s,l,u) argument
/device/generic/vulkan-cereal/fake-android-guest/ui/
DRect.h47 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect()
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp201 int usage, int l, int t, int w, int h, void **vaddr) { in lock()
/device/generic/vulkan-cereal/stream-servers/tests/
DTextureDraw_unittest.cpp135 ComposeLayer l = {0, in TestTextureDrawLayer() local
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java170 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/device/google/tangorpro/lights/
DLights.cpp91 std::unique_lock<std::mutex> l(svc_mutex); in WaitForDisplayService() local
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi.cpp575 const Layer& l = *instance_layers[i].ref; in ActivateLayers() local
608 const Layer& l = *instance_layers[i].ref; in ActivateLayers() local
641 const Layer* l = FindLayer(name); in LoadLayer() local
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c311 uint32_t i, j, k, l, m; in mat33GetEigenbasis() local
439 void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, in mat33Rotate()
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp493 void ColorBuffer::glOpPostLayer(const ComposeLayer& l, int frameWidth, int frameHeight) { in glOpPostLayer()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dtinyexr.h2417 #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) argument
2418 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument
2718 mz_uint rev_code = 0, l, cur_code, in tinfl_decompress() local
3293 int i, j, l, num_codes[1 + TDEFL_MAX_SUPPORTED_HUFF_CODESIZE]; in tdefl_optimize_huffman_table() local
3339 #define TDEFL_PUT_BITS(b, l) \ argument
3512 #define TDEFL_PUT_BITS_FAST(b, l) \ in tdefl_compress_lz_codes() argument
4969 mz_uint8 l = 0, r = 0; in mz_zip_reader_filename_less() local
5378 mz_uint8 l = 0, r = 0; in mz_zip_reader_filename_compare() local
5398 int l = 0, h = size - 1; in mz_zip_reader_locate_file_binary_search() local
7975 inline void wenc14(unsigned short a, unsigned short b, unsigned short &l, in wenc14()
[all …]
Dastcenc_compress_symbolic.cpp541 for (unsigned int l = 0; l < config.tune_refinement_limit; l++) in compress_symbolic_block_for_partition_1plane() local
923 for (unsigned int l = 0; l < config.tune_refinement_limit; l++) in compress_symbolic_block_for_partition_2planes() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp1170 int l, int t, int w, int h, in gralloc_lock()
1387 int l, int t, int w, int h, in gralloc_lock_ycbcr()
/device/google/contexthub/firmware/os/algos/
Dfusion.c524 float l = sqrtf(norm2); in fusionHandleAcc() local

12