代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3003999
result type_uint.result
drop table if exists t1;
SET SQL_WARNINGS=1;
create table t1 (this int unsigned);
insert into t1 values (1);
insert into t1 values (-1);
Warnings:
Warning 1264 Out of range value adjusted for column '
www.eeworm.com/read/358128/3004743
test type_uint.test
#
# test of unsigned int
#
--disable_warnings
drop table if exists t1;
--enable_warnings
SET SQL_WARNINGS=1;
create table t1 (this int unsigned);
insert into t1 values (1);
insert into t1 values (-1
www.eeworm.com/read/260165/4334962
hpp to_uint64.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: winstl/shims/conversion/to_uint64.hpp
*
* Purpose: Contains the to_uint64 conversion shim.
*
*
www.eeworm.com/read/260165/4335301
hpp to_uint64.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/shims/conversion/to_uint64.hpp
*
* Purpose: Contains the to_uint64 conversion shim.
*
www.eeworm.com/read/162519/5540945
c cls_uint.c
/* Area: closure_call
Purpose: Check return value uint.
Limitations: none.
PR: none.
Originator: 20030828 */
/* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm
www.eeworm.com/read/475081/6802709
m uint64.m
www.eeworm.com/read/475081/6802734
m uint8.m
www.eeworm.com/read/475081/6802753
m uint32.m
www.eeworm.com/read/475081/6802797
m uint16.m
www.eeworm.com/read/474070/6829379