Searched defs:errorval (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/priv/ |
D | tcpip_priv.h | 64 #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/ |
D | astcenc_compress_symbolic.cpp | 624 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
|
D | astcenc_internal.h | 1263 float errorval; member
|
/third_party/astc-encoder/Test/ |
D | astc_trace_analysis.py | 155 def add_refinement(self, errorval): argument
|