Searched refs:lbase (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
/third_party/node/deps/zlib/ |
H A D | inftrees.c | 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 182 base = lbase; in inflate_table()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
/third_party/zlib/contrib/infback9/ |
H A D | inftree9.c | 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table9() local 176 base = lbase; in inflate_table9()
|
/third_party/zlib/ |
H A D | inftrees.c | 55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 182 base = lbase; in inflate_table()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
local 187 base = lbase;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 820 struct symbol *lbase; in evaluate_ptr_sub() local 825 lbase = examine_pointer_target(ltype); in evaluate_ptr_sub() 833 if (is_function(lbase)) { in evaluate_ptr_sub() 839 if (lbase->bit_size > bits_in_char) { in evaluate_ptr_sub() 843 unsigned long value = bits_to_bytes(lbase->bit_size); in evaluate_ptr_sub() 851 info(expr->pos, " '%s' has a non-power-of-2 size: %lu", show_typename(lbase), value); in evaluate_ptr_sub() 1027 struct symbol *ltype, *rtype, *lbase, *rbase; in evaluate_compare() local 1091 lbase = examine_pointer_target(ltype); in evaluate_compare() 1097 if (lbase == &void_ctype) { in evaluate_compare() 1135 struct symbol *ctype, *ltype, *rtype, *lbase, *rbas in evaluate_conditional_expression() local [all...] |
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 578 const float lbase = luminosity(cbase); in setLum() local 580 const float ldiff = llum - lbase; in setLum()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 483 float lbase = lumv3(cbase); in setLum() local 485 float ldiff = llum - lbase; in setLum()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 337 float lbase = Luminance(cbase); 339 float ldiff = llum - lbase;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 487 float lbase = lumv3(cbase); in setLum() local 489 float ldiff = llum - lbase; in setLum()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 2094 Float4 lbase = lumRGB(cbase); in setLum() local 2096 Float4 ldiff = llum - lbase; in setLum()
|
Completed in 34 milliseconds