代码搜索:semantics

找到约 893 项符合「semantics」的源代码

代码结果 893
www.eeworm.com/read/410898/2199692

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/410898/2199709

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/410898/2199727

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/410898/2199745

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/362989/2925728

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 #include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % base
www.eeworm.com/read/357022/3033741

in config.h.in

#undef _SOCKADDR_LEN #undef HAVE_FCNTL_H #undef HAVE_PATHS_H #undef HAVE_SYS_TIMERS_H #undef SYS_CDEFS_H #undef _POSIX_PTHREAD_SEMANTICS #undef POSIX_GETPWUID_R #undef POSIX_GETPWNAM_R #undef POSIX_GE
www.eeworm.com/read/350730/3117169

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/350730/3117262

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/259137/4345674

h div64.h

#ifndef __ASM_ARM_DIV64 #define __ASM_ARM_DIV64 //#include /* * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % ba
www.eeworm.com/read/207991/4999522

mal tst031.mal

# testing the void semantics, both replace and delete fail (void != oid) b:= bat.new(:void,:int); bat.append(b,0); bat.append(b,1); bat.append(b,2); io.print(b); #k:= 1@0; #bat.replace(b,k,3); #io.pri