OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lldiv_t
(Results
101 - 109
of
109
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
stdlib.h
165
}
lldiv_t
;
typedef in typeref:struct:__anon103191
167
extern
lldiv_t
lldiv(long long, long long);
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
stdlib.h
165
}
lldiv_t
;
typedef in typeref:struct:__anon103643
167
extern
lldiv_t
lldiv(long long, long long);
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
stdlib.h
165
}
lldiv_t
;
typedef in typeref:struct:__anon104097
167
extern
lldiv_t
lldiv(long long, long long);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
122
}
lldiv_t
;
typedef in typeref:struct:__anon47898
777
/* Return the `div_t', `ldiv_t' or `
lldiv_t
' representation
788
__extension__ extern
lldiv_t
lldiv (long long int __numer,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
122
}
lldiv_t
;
typedef in typeref:struct:__anon49890
782
/* Return the `div_t', `ldiv_t' or `
lldiv_t
' representation
793
__extension__ extern
lldiv_t
lldiv (long long int __numer,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h
644
typedef struct { __MINGW_EXTENSION long long quot, rem; }
lldiv_t
;
typedef in typeref:struct:__anon52483
646
__MINGW_EXTENSION
lldiv_t
__cdecl lldiv(long long, long long);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py
2078
class
lldiv_t
(Structure):
class in inherits:Structure
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2078
class
lldiv_t
(Structure):
class in inherits:Structure
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2078
class
lldiv_t
(Structure):
class in inherits:Structure
[
all
...]
Completed in 859 milliseconds
1
2
3
4
5