Home
last modified time | relevance | path

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

1234

/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
Ddng_lens_correction.h610 virtual uint32 BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
Ddng_jpeg_image.cpp92 void Process (uint32 /* threadIndex */, in Process() argument
277 void Process (uint32 /* threadIndex */, in Process() argument
Ddng_gain_map.h184 virtual uint32 BufferPixelType (uint32 /* imagePixelType */) in BufferPixelType() argument
/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/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/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/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.h41 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/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h36 typedef uint32_t uint32; typedef
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h28 typedef uint32_t uint32; typedef
75 typedef unsigned int uint32; typedef
/third_party/cef/include/base/
Dcef_basictypes.h64 typedef unsigned int uint32; typedef
/third_party/node/test/parallel/
Dtest-buffer-bytelength.js58 const uint32 = new Uint32Array(8); constant

1234