HomeSort by relevance Sort by last modified time
    Searched full:extend_test (Results 1 - 6 of 6) sorted by null

  /build/blueprint/
Blueprints 75 "proptools/extend_test.go",
  /external/libjpeg-turbo/
jdhuff.c 499 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))
501 static const int extend_test[16] = /* entry n is 2**(n-1) */ variable
jdphuff.c 212 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))
214 static const int extend_test[16] = /* entry n is 2**(n-1) */ variable
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdhuff.c 450 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))
452 static const int extend_test[16] = /* entry n is 2**(n-1) */ variable
fpdfapi_jdphuff.c 207 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x))
209 static const int extend_test[16] = /* entry n is 2**(n-1) */ variable
  /build/soong/
build.ninja.in 363 ${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $
373 ${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $

Completed in 597 milliseconds