Home
last modified time | relevance | path

Searched defs:uint32 (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dstatement.go25 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,…
Dbuiltin.go32 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 {
Dexpr.go24 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/
Dtype.go322 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 {
Dbounds.go753 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/
Ddng_opcodes.h359 uint32 /* threadCount */, in Prepare() argument
461 uint32 /* threadCount */, in Prepare() argument
Ddng_types.h48 typedef uint32_t uint32; typedef
67 typedef unsigned int uint32; typedef
69 typedef unsigned long uint32; typedef
Ddng_misc_opcodes.cpp381 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
Ddng_area_task.cpp80 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/
DStructOfStructs.go67 …ucts(builder *flatbuffers.Builder, a_id uint32, a_distance uint32, b_a int16, b_b int8, c_id uint3…
DAbility.go57 func CreateAbility(builder *flatbuffers.Builder, id uint32, distance uint32) flatbuffers.UOffsetT {
/third_party/optimized-routines/math/test/rtest/
Dtypes.h14 typedef unsigned int uint32; typedef
18 typedef unsigned long uint32; typedef
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dmake-artificial.go140 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/
Dstring.go32 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/
Dxdefs.h19 typedef unsigned int uint32; typedef
/third_party/boost/libs/safe_numerics/example/
Dmotor_test1.c28 typedef uint32_t uint32; typedef
Dmotor_test2.c30 typedef uint32_t uint32; typedef
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.h41 typedef unsigned int uint32; typedef
/third_party/boost/libs/endian/test/
Dintrinsic_test.cpp11 typedef unsigned int uint32; typedef
/third_party/libjpeg-turbo/md5/
Dmd5.h41 typedef unsigned int uint32; typedef
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.h41 typedef unsigned int uint32; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dtrunc-not0.c8 typedef __UINT32_TYPE__ uint32; typedef
/third_party/flutter/skia/third_party/externals/wuffs/lib/base38/
Dbase38_test.go35 func mk(a, b, c, d uint32) uint32 {
/third_party/flatbuffers/python/flatbuffers/
Dpacker.py29 uint32 = struct.Struct("<I") variable
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h36 typedef uint32_t uint32; typedef

12345