HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT_INT (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
formatter_string.c 11 #define FORMAT_INT _PyInt_FormatAdvanced
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
formatter_string.c 11 #define FORMAT_INT _PyInt_FormatAdvanced
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 47 FORMAT_INT,
109 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
388 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT },
390 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT },
391 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT },
392 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT },
393 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT },
394 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT },
395 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT },
396 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT },
    [all...]
  /external/curl/lib/
mprintf.c 99 # undef FORMAT_INT
121 FORMAT_INT,
410 vto[i].type = FORMAT_INT;
413 vto[i].type = FORMAT_INT;
417 vto[i].type = FORMAT_INT;
421 vto[i].type = FORMAT_INT;
425 vto[i].type = FORMAT_INT;
429 vto[i].type = FORMAT_INT;
510 case FORMAT_INT:
544 vto[i].type = FORMAT_INT;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 734 #if defined FORMAT_LONG || defined FORMAT_INT
903 #endif /* defined FORMAT_LONG || defined FORMAT_INT */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 735 #if defined FORMAT_LONG || defined FORMAT_INT
905 #endif /* defined FORMAT_LONG || defined FORMAT_INT */
    [all...]
  /external/libxml2/
trio.c 413 #define FORMAT_INT 1
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 39 private static final int FORMAT_INT = 0;
119 arg(name, toString(n, FORMAT_INT, arr, offset));
132 case FORMAT_INT:
235 arg(name, toString(n, FORMAT_INT, buf));
747 return FORMAT_INT;
    [all...]

Completed in 510 milliseconds