Home
last modified time | relevance | path

Searched defs:uint (Results 1 – 25 of 88) sorted by relevance

1234

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.cc361 uint64_t uint; in grpc_stats_inc_call_initial_size() member
384 uint64_t uint; in grpc_stats_inc_poll_events_returned() member
407 uint64_t uint; in grpc_stats_inc_tcp_write_size() member
430 uint64_t uint; in grpc_stats_inc_tcp_write_iov_size() member
453 uint64_t uint; in grpc_stats_inc_tcp_read_size() member
476 uint64_t uint; in grpc_stats_inc_tcp_read_offer() member
500 uint64_t uint; in grpc_stats_inc_tcp_read_offer_iov_size() member
525 uint64_t uint; in grpc_stats_inc_http2_send_message_size() member
550 uint64_t uint; in grpc_stats_inc_http2_send_initial_metadata_per_write() member
575 uint64_t uint; in grpc_stats_inc_http2_send_message_per_write() member
[all …]
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go261 func lsbToAll(v uint) uint {
274 func cmovWords(out, in *[wordsPerPoly]uint, mov uint) {
280 func rotWords(out, in *[wordsPerPoly]uint, bits uint) {
300 func rotBits(out, in *[wordsPerPoly]uint, bits uint) {
444 func (p *poly2) cswap(other *poly2, swap uint) {
452 func (p *poly2) fmadd(m uint, in *poly2) {
480 func (p *poly2) rot(bits uint) {
904 func lt(a, b uint) uint {
911 func bsMul(s1, a1, s2, a2 uint) (s3, a3 uint) {
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_netbsd.go144 func IoctlSetInt(fd int, req uint, value int) error {
148 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
152 func IoctlSetTermios(fd int, req uint, value *Termios) error {
158 func IoctlGetInt(fd int, req uint) (int, error) {
164 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
170 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
Dsyscall_dragonfly.go142 func IoctlSetInt(fd int, req uint, value int) error {
146 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
150 func IoctlSetTermios(fd int, req uint, value *Termios) error {
156 func IoctlGetInt(fd int, req uint) (int, error) {
162 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
168 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
Dsyscall_openbsd.go112 func IoctlSetInt(fd int, req uint, value int) error {
116 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
120 func IoctlSetTermios(fd int, req uint, value *Termios) error {
126 func IoctlGetInt(fd int, req uint) (int, error) {
132 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
138 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
Dsyscall_darwin.go99 func getAttrList(path string, attrList attrList, attrBuf []byte, options uint) (attrs [][]byte, err…
312 func IoctlSetInt(fd int, req uint, value int) error {
316 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
320 func IoctlSetTermios(fd int, req uint, value *Termios) error {
326 func IoctlGetInt(fd int, req uint) (int, error) {
332 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
338 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
Dsyscall_freebsd.go363 func IoctlSetInt(fd int, req uint, value int) error {
367 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
371 func IoctlSetTermios(fd int, req uint, value *Termios) error {
377 func IoctlGetInt(fd int, req uint) (int, error) {
383 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
389 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
Dsyscall_solaris.go535 func IoctlSetInt(fd int, req uint, value int) (err error) {
539 func IoctlSetWinsize(fd int, req uint, value *Winsize) (err error) {
543 func IoctlSetTermios(fd int, req uint, value *Termios) (err error) {
547 func IoctlSetTermio(fd int, req uint, value *Termio) (err error) {
551 func IoctlGetInt(fd int, req uint) (int, error) {
557 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
563 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
569 func IoctlGetTermio(fd int, req uint) (*Termio, error) {
Dstr.go16 func uitoa(val uint) string {
Dsyscall_linux.go60 func IoctlSetInt(fd int, req uint, value int) error {
64 func IoctlSetWinsize(fd int, req uint, value *Winsize) error {
68 func IoctlSetTermios(fd int, req uint, value *Termios) error {
74 func IoctlGetInt(fd int, req uint) (int, error) {
80 func IoctlGetWinsize(fd int, req uint) (*Winsize, error) {
86 func IoctlGetTermios(fd int, req uint) (*Termios, error) {
/external/libutf/
Dutfdef.h3 #define uint _utfuint macro
10 typedef unsigned int uint; typedef
/external/tensorflow/tensorflow/core/graph/
Dmkl_tfconversion_pass.h28 typedef unsigned int uint; typedef
/external/clang/test/Index/
Dnested-binaryoperators.cpp1 typedef unsigned int uint; typedef
/external/emma/core/java12/com/vladium/jcd/lib/
DUDataOutputStream.java36 public final void writeU2 (final int uint) throws IOException in writeU2()
/external/clang/test/SemaObjC/
Dsign-conversion.m12 @property NSUInteger uint; property
/external/u-boot/tools/
Dmingw_support.h36 typedef UINT uint; typedef
/external/clang/test/SemaCXX/
Dunderlying_type.cpp39 using uint = unsigned; typedef
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp303 deUint32 uint; in createFillUpdateCopyBufferFloatTests() member
369 deUint32 uint; in createFillUpdateCopyBufferFloatTests() member
412 deUint32 uint; in createFillUpdateCopyBufferIntegerTests() member
478 deUint32 uint; in createFillUpdateCopyBufferIntegerTests() member
DvktProtectedMemCopyBufferToImageTests.cpp314 deUint32 uint; in createCopyBufferToImageTests() member
386 deUint32 uint; in createCopyBufferToImageTests() member
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go28 func leftRotate(a uint32, n uint) uint32 {
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp154 analysis::Integer uint(32, false); in GetConstantId() local
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h74 typedef unsigned int uint; typedef
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp154 analysis::Integer uint(32, false); in GetConstantId() local
/external/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h72 typedef unsigned int uint; typedef
/external/python/cpython2/android_arm/libffi/
Dffi.h254 ffi_arg uint; member
265 unsigned int uint; member

1234