Home
last modified time | relevance | path

Searched +defs:inline +defs:c (Results 1 – 5 of 5) sorted by relevance

/external/openssh/openbsd-compat/
Dblowfish.c59 #define inline __inline macro
61 #define inline macro
74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher()
99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher()
124 Blowfish_initstate(blf_ctx *c) in Blowfish_initstate()
424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
462 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, in Blowfish_expandstate()
505 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key()
515 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc()
528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_dec()
[all …]
/external/ImageMagick/MagickWand/
Dstudio.h43 # define inline _magickcore_inline macro
255 # define IsBasenameSeparator(c) ((c) == '/' ? MagickTrue : MagickFalse) argument
266 # define IsBasenameSeparator(c) \ argument
277 # define IsBasenameSeparator(c) \ argument
/external/ImageMagick/MagickCore/
Dstudio.h43 # define inline _magickcore_inline macro
258 # define IsBasenameSeparator(c) ((c) == '/' ? MagickTrue : MagickFalse) argument
270 # define IsBasenameSeparator(c) \ argument
284 # define IsBasenameSeparator(c) \ argument
295 # define IsBasenameSeparator(c) \ argument
/external/python/cpython2/Modules/
D_hotshot.c44 #define inline __inline macro
49 #define inline macro
280 int c; in unpack_packed_int() local
388 int c; in logreader_tp_iternext() local
1352 int c; in hotshot_logreader() local
/external/r8/src/test/java/com/android/tools/r8/ir/
DInlineTest.java119 public void inline() { in inline() method in InlineTest
951 private TestApplication codeForInlineWithHandlersCanThrow(int a, int b, int c, in codeForInlineWithHandlersCanThrow()
1123 private void runInlineWithHandlersCanThrow(int a, int b, int c, in runInlineWithHandlersCanThrow()