Searched +defs:l +defs:B (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | macros.h | 357 #define DIV_ROUND_UP( A, B ) ( ((A) + (B) - 1) / (B) ) argument 366 #define MIN2( A, B ) ( (A)<(B) ? (A) : (B) ) argument 369 #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) argument 372 #define MIN3( A, B, C ) ((A) < (B) ? MIN2(A, C) : MIN2(B, C)) argument 373 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) argument 458 #define guarded_by(l) __attribute__((guarded_by(l))) argument 459 #define acquire_cap(l) __attribute((acquire_capability(l), no_thread_safety_analysis)) argument 460 #define release_cap(l) __attribute((release_capability(l), no_thread_safety_analysis)) argument 461 #define assert_cap(l) __attribute((assert_capability(l), no_thread_safety_analysis)) argument 462 #define requires_cap(l) __attribute((requires_capability(l))) argument [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_fxt1.c | 111 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument 131 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument 256 int32_t l; in fxt1_choose() local 1055 int32_t i, k, l; in fxt1_quantize() local
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.js | 1 …():t.katex=e()}("undefined"!=typeof self?self:this,function(){return function(t){var e={};function… property
|
D | katex.js | 9951 l: "left ", property 14197 "B": 11, property
|
D | katex.mjs | 9807 l: "left ", property 13879 "B": 11, property
|