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

  /toolchain/binutils/binutils-2.27/bfd/
coff-aux.c 76 struct bfd_link_hash_entry *h, *inh, *t; local
103 inh = NULL;
106 inh = h->u.i.link;
107 t = inh;
131 if (!(*info->callbacks->notice) (info, h, inh,
linker.c 1445 struct bfd_link_hash_entry *inh = NULL; local
    [all...]
  /external/libjpeg-turbo/simd/
jdsample-altivec.c 319 __vector unsigned char in, inl, inh; local
330 inh = vec_mergel(in, in);
333 vec_st(inh, 16, outptr);
338 inh = vec_mergel(in, in);
341 vec_st(inh, 48, outptr);
358 __vector unsigned char in, inl, inh; local
371 inh = vec_mergel(in, in);
376 vec_st(inh, 16, outptr0);
377 vec_st(inh, 16, outptr1);
382 inh = vec_mergel(in, in)
    [all...]
  /external/libcap/progs/
quicktest.sh 117 pass_capsh --secbits=47 --inh=cap_setuid,cap_setgid --drop=cap_setuid \
138 ./capsh --uid=500 --inh=none --print -- ./hack.sh
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 207 bool eff, bool perm, bool inh, bool ambient)
210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"),
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient)
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
  /external/jdiff/src/jdiff/
APIComparator.java 581 int inh = changedInheritance(oldMethod.inheritedFrom_, newMethod.inheritedFrom_); local
582 if (inh != 0)
584 if (inh == 1) {
587 } else if (inh == 2) {
589 } else if (inh == 3) {
710 int inh = changedInheritance(oldField.inheritedFrom_, newField.inheritedFrom_); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c     [all...]
ldmain.c     [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 710 defined or referenced. H is the symbol, INH the indirect symbol
716 struct bfd_link_hash_entry *inh,
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/pcre/dist2/
RunGrepTest 129 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 579 milliseconds