HomeSort by relevance Sort by last modified time
    Searched refs:larg (Results 1 - 8 of 8) sorted by null

  /external/boringssl/src/crypto/bio/
bio.c 198 long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg) {
211 ret = bio->callback(bio, BIO_CB_CTRL, parg, cmd, larg, 1);
217 ret = bio->method->ctrl(bio, cmd, larg, parg);
220 ret = bio->callback(bio, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
226 char *BIO_ptr_ctrl(BIO *b, int cmd, long larg) {
229 if (BIO_ctrl(b, cmd, larg, (void *)&p) <= 0) {
236 long BIO_int_ctrl(BIO *b, int cmd, long larg, int iarg) {
239 return BIO_ctrl(b, cmd, larg, (void *)&i);
  /external/boringssl/src/include/openssl/
bio.h 141 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg);
146 OPENSSL_EXPORT char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
150 OPENSSL_EXPORT long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
228 long larg, long return_value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]
  /external/python/cpython2/Lib/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 124 for larg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef':
125 s1 = self.thetype(larg)
    [all...]

Completed in 718 milliseconds