Home
last modified time | relevance | path

Searched defs:errorval (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
86 #define API_VAR_ALLOC(type, pool, name, errorval) argument
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
/third_party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp624 float errorval = compute_difference(config, bsd, workscb, blk); in compress_symbolic_block_for_partition_1plane() local
673 float errorval = compute_difference(config, bsd, workscb, blk); in compress_symbolic_block_for_partition_1plane() local
959 float errorval = compute_symbolic_block_difference_2plane(config, bsd, workscb, blk); in compress_symbolic_block_for_partition_2planes() local
1009 float errorval = compute_symbolic_block_difference_2plane(config, bsd, workscb, blk); in compress_symbolic_block_for_partition_2planes() local
1327 float errorval = compress_symbolic_block_for_partition_1plane( in compress_block() local
1378 float errorval = compress_symbolic_block_for_partition_2planes( in compress_block() local
1414 float errorval = compress_symbolic_block_for_partition_1plane( in compress_block() local
Dastcenc_internal.h1263 float errorval; member
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py155 def add_refinement(self, errorval): argument