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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 99 UINTN Accum;
110 Accum = En12[0] | (En12[1] << 8);
111 Accum = FAT_ODD_CLUSTER_FAT12 (Index) ? (Accum >> 4) : (Accum & FAT_CLUSTER_MASK_FAT12);
112 Accum = Accum | ((Accum >= FAT_CLUSTER_SPECIAL_FAT12) ? FAT_CLUSTER_SPECIAL_EXT : 0);
117 Accum = *En16;
118 Accum = Accum | ((Accum >= FAT_CLUSTER_SPECIAL_FAT16) ? FAT_CLUSTER_SPECIAL_EXT : 0);
    [all...]
  /external/libchrome/base/
bind_helpers.h 333 template <size_t n, typename List, typename... Accum>
337 template <size_t n, typename T, typename... List, typename... Accum>
338 struct TakeTypeListItemImpl<n, TypeList<T, List...>, Accum...>
339 : TakeTypeListItemImpl<n - 1, TypeList<List...>, Accum..., T> {};
341 template <typename T, typename... List, typename... Accum>
342 struct TakeTypeListItemImpl<0, TypeList<T, List...>, Accum...> {
343 using Type = TypeList<Accum...>;
346 template <typename... Accum>
347 struct TakeTypeListItemImpl<0, TypeList<>, Accum...> {
348 using Type = TypeList<Accum...>
    [all...]
  /external/mesa3d/src/mesa/main/
accum.c 26 #include "accum.h"
49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
52 COPY_4FV( ctx->Accum.ClearColor, tmp );
76 _mesa_error(ctx, GL_INVALID_OPERATION, "glAccum(no accum buffer)");
125 return; /* missing accum buffer, not an error */
142 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
143 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
144 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
145 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
162 _mesa_warning(ctx, "unexpected accum buffer type")
    [all...]
context.c 81 #include "accum.h"
197 * of bits per color component in accum buffer.
    [all...]
attrib.c 28 #include "accum.h"
272 (void*)&ctx->Accum))
950 const struct gl_accum_attrib *accum; local
    [all...]
mtypes.h 174 * Mask of all the color buffer bits (but not accum).
    [all...]
  /external/compiler-rt/lib/esan/
working_set.cpp 131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx;
140 if (Accum) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1179 Accum bool
1193 if ft.Accum {
1214 ft = &FixedType{Base: base, Accum: ft.Accum, Sat: ft.Sat}
1226 return fmt.Sprintf("%*s%sFixedType: Accum: %t; Sat: %t\n%s", indent, "", field,
1227 ft.Accum, ft.Sat,
    [all...]
demangle.go 1282 accum := false
1284 accum = true
1300 ret = &FixedType{Base: base, Accum: accum, Sat: sat}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1179 Accum bool
1193 if ft.Accum {
1214 ft = &FixedType{Base: base, Accum: ft.Accum, Sat: ft.Sat}
1226 return fmt.Sprintf("%*s%sFixedType: Accum: %t; Sat: %t\n%s", indent, "", field,
1227 ft.Accum, ft.Sat,
    [all...]
demangle.go 1282 accum := false
1284 accum = true
1300 ret = &FixedType{Base: base, Accum: accum, Sat: sat}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 263 void (GLAPIENTRY * Accum)(GLenum, GLfloat);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 779 { "glAccum", _O(Accum) },
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 32 #define glAccum MANGLE(Accum)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 32 #define glAccum MANGLE(Accum)
    [all...]

Completed in 698 milliseconds