Home
last modified time | relevance | path

Searched refs:lbase (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/node/deps/zlib/
H A Dinftrees.c55 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 Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/zlib/contrib/infback9/
H A Dinftree9.c55 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 Dinftrees.c55 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 Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c820 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 DrrFragmentOperations.cpp578 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 DvktPipelineBlendOperationAdvancedTests.cpp483 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 DglcBlendEquationAdvancedTests.cpp337 float lbase = Luminance(cbase);
339 float ldiff = llum - lbase;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp487 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 DPixelRoutine.cpp2094 Float4 lbase = lumRGB(cbase); in setLum() local
2096 Float4 ldiff = llum - lbase; in setLum()

Completed in 19 milliseconds