/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | statement.go | 25 func (g *gen) writeStatement(b *buffer, n *a.Node, depth uint32) error { 78 func (g *gen) writeStatementAssign(b *buffer, op t.ID, lhs *a.Expr, rhs *a.Expr, depth uint32) erro… 246 func (g *gen) writeStatementIOBind(b *buffer, n *a.IOBind, depth uint32) error { 331 func (g *gen) writeStatementIf(b *buffer, n *a.If, depth uint32) error { 375 func (g *gen) writeStatementIterate(b *buffer, n *a.Iterate, depth uint32) error { 419 func (g *gen) writeStatementJump(b *buffer, n *a.Jump, depth uint32) error { 432 func (g *gen) writeStatementRet(b *buffer, n *a.Ret, depth uint32) error { 484 func (g *gen) writeStatementWhile(b *buffer, n *a.While, depth uint32) error { 514 func (g *gen) writeIterateRound(b *buffer, name string, body []*a.Node, round uint32, depth uint32,…
|
D | builtin.go | 32 func (g *gen) writeBuiltinCall(b *buffer, n *a.Expr, depth uint32) error { 102 func (g *gen) writeBuiltinIO(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) er… 127 …n) writeBuiltinIOReader(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) error { 204 …n) writeBuiltinIOWriter(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) error { 296 …en) writeBuiltinNumType(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) error { 386 func (g *gen) writeBuiltinSlice(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 424 …ltinSliceCopyFromSlice8(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) error { 491 func (g *gen) writeBuiltinTable(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 524 func (g *gen) writeArgs(b *buffer, args []*a.Node, depth uint32) error { 537 func (g *gen) writeBuiltinQuestionCall(b *buffer, n *a.Expr, depth uint32) error {
|
D | expr.go | 24 func (g *gen) writeExpr(b *buffer, n *a.Expr, depth uint32) error { 56 func (g *gen) writeExprOther(b *buffer, n *a.Expr, depth uint32) error { 233 func (g *gen) writeExprUnaryOp(b *buffer, n *a.Expr, depth uint32) error { 244 func (g *gen) writeExprBinaryOp(b *buffer, n *a.Expr, depth uint32) error { 283 func (g *gen) writeExprAs(b *buffer, lhs *a.Expr, rhs *a.TypeExpr, depth uint32) error { 298 func (g *gen) writeExprAssociativeOp(b *buffer, n *a.Expr, depth uint32) error { 318 func (g *gen) writeExprUserDefinedCall(b *buffer, n *a.Expr, depth uint32) error {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | type.go | 322 func (q *checker) tcheckExpr(n *a.Expr, depth uint32) error { 343 func (q *checker) tcheckExprOther(n *a.Expr, depth uint32) error { 495 func (q *checker) tcheckExprCall(n *a.Expr, depth uint32) error { 568 func (q *checker) tcheckDot(n *a.Expr, depth uint32) error { 630 func (q *checker) tcheckExprUnaryOp(n *a.Expr, depth uint32) error { 677 func (q *checker) tcheckExprBinaryOp(n *a.Expr, depth uint32) error { 866 func (q *checker) tcheckExprAssociativeOp(n *a.Expr, depth uint32) error { 921 func (q *checker) tcheckTypeExpr(typ *a.TypeExpr, depth uint32) error {
|
D | bounds.go | 753 func (q *checker) bcheckExpr(n *a.Expr, depth uint32) (bounds, error) { 804 func (q *checker) bcheckExpr1(n *a.Expr, depth uint32) (bounds, error) { 820 func (q *checker) bcheckExprOther(n *a.Expr, depth uint32) (bounds, error) { 954 func (q *checker) bcheckExprCall(n *a.Expr, depth uint32) error { 993 func (q *checker) bcheckExprCallSpecialCases(n *a.Expr, depth uint32) (bounds, error) { 1311 func (q *checker) bcheckExprUnaryOp(n *a.Expr, depth uint32) (bounds, error) { 1356 func (q *checker) bcheckExprBinaryOp(op t.ID, lhs *a.Expr, rhs *a.Expr, depth uint32) (bounds, erro… 1364 func (q *checker) bcheckExprBinaryOp1(op t.ID, lhs *a.Expr, lb bounds, rhs *a.Expr, depth uint32) (… 1501 func (q *checker) bcheckExprAssociativeOp(n *a.Expr, depth uint32) (bounds, error) {
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_opcodes.h | 359 uint32 /* threadCount */, in Prepare() argument 461 uint32 /* threadCount */, in Prepare() argument
|
D | dng_types.h | 48 typedef uint32_t uint32; typedef 67 typedef unsigned int uint32; typedef 69 typedef unsigned long uint32; typedef
|
D | dng_misc_opcodes.cpp | 381 uint32 dng_opcode_MapTable::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument 400 uint32 /* threadIndex */, in ProcessArea() argument 619 uint32 /* threadIndex */, in ProcessArea() argument 981 uint32 /* threadIndex */, in ProcessArea() argument 1187 uint32 /* threadIndex */, in ProcessArea() argument 1348 uint32 dng_opcode_ScalePerRow::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument 1367 uint32 /* threadIndex */, in ProcessArea() argument 1525 uint32 dng_opcode_ScalePerColumn::BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument 1544 uint32 /* threadIndex */, in ProcessArea() argument
|
D | dng_area_task.cpp | 80 void dng_area_task::Start (uint32 /* threadCount */, in Start() argument 90 void dng_area_task::Finish (uint32 /* threadCount */) in Finish() argument
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | StructOfStructs.go | 67 …ucts(builder *flatbuffers.Builder, a_id uint32, a_distance uint32, b_a int16, b_b int8, c_id uint3…
|
D | Ability.go | 57 func CreateAbility(builder *flatbuffers.Builder, id uint32, distance uint32) flatbuffers.UOffsetT {
|
/third_party/optimized-routines/math/test/rtest/ |
D | types.h | 14 typedef unsigned int uint32; typedef 18 typedef unsigned long uint32; typedef
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | make-artificial.go | 140 func log2(u uint32) (i int32) { 187 func reverse(x uint32, n uint32) uint32 { 322 func deflateGlobalsWriteDynamicHuffmanZeroes(numZeroes uint32) error { 675 func deflateEncodeLength(l uint32) (code uint32, extra uint32, nExtra uint32) { 703 func deflateEncodeDistance(d uint32) (code uint32, extra uint32, nExtra uint32) {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 32 func (n *Expr) appendStr(buf []byte, tm *t.Map, parenthesize bool, depth uint32) []byte { 197 func (n *TypeExpr) appendStr(buf []byte, tm *t.Map, depth uint32) []byte {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | xdefs.h | 19 typedef unsigned int uint32; typedef
|
/third_party/boost/libs/safe_numerics/example/ |
D | motor_test1.c | 28 typedef uint32_t uint32; typedef
|
D | motor_test2.c | 30 typedef uint32_t uint32; typedef
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.h | 41 typedef unsigned int uint32; typedef
|
/third_party/boost/libs/endian/test/ |
D | intrinsic_test.cpp | 11 typedef unsigned int uint32; typedef
|
/third_party/libjpeg-turbo/md5/ |
D | md5.h | 41 typedef unsigned int uint32; typedef
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.h | 41 typedef unsigned int uint32; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | trunc-not0.c | 8 typedef __UINT32_TYPE__ uint32; typedef
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/base38/ |
D | base38_test.go | 35 func mk(a, b, c, d uint32) uint32 {
|
/third_party/flatbuffers/python/flatbuffers/ |
D | packer.py | 29 uint32 = struct.Struct("<I") variable
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_types.h | 36 typedef uint32_t uint32; typedef
|