Searched defs:fe (Results 1 - 25 of 27) sorted by relevance

12

/external/ltp/
H A DIDcheck.sh42 fe() { function
77 fe bin "$passwd"; NO_BIN_ID=$?
78 fe daemon "$passwd"; NO_DAEMON_ID=$?
79 fe nobody "$passwd"; NO_NOBODY_ID=$?
81 fe bin "$group"; NO_BIN_GRP=$?
82 fe daemon "$group"; NO_DAEMON_GRP=$?
83 fe nobody "$group" || fe nogroup "$group"; NO_NOBODY_GRP=$?
84 fe sys "$group"; NO_SYS_GRP=$?
85 fe user
[all...]
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DFrameworkErrorListener.java37 public void frameworkEvent(FrameworkEvent fe) { argument
38 if (fe.getType() == FrameworkEvent.ERROR) {
39 errorList.add(fe);
44 private void dump(FrameworkEvent fe) { argument
45 Throwable t = fe.getThrowable();
50 System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle() + ", ex=" + tString);
58 FrameworkEvent fe = (FrameworkEvent) errorList.get(i);
59 dump(fe);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9IntegerConverter.java29 * @param fe the field element of interest.
33 ECFieldElement fe)
35 return (fe.getFieldSize() + 7) / 8;
32 getByteLength( ECFieldElement fe) argument
/external/boringssl/src/third_party/fiat/
H A Dinternal.h48 // fe means field element. Here the field is \Z/(2^255-19). An element t,
51 // fe limbs are bounded by 1.125*2^51.
52 // Multiplication and carrying produce fe from fe_loose.
53 typedef struct fe { uint64_t v[5]; } fe; typedef in typeref:struct:fe
56 // Addition and subtraction produce fe_loose from (fe, fe).
59 // fe means field element. Here the field is \Z/(2^255-19). An element t,
62 // fe limbs are bounded by 1.125*2^26,1.125*2^25,1.125*2^26,1.125*2^25,etc.
63 // Multiplication and carrying produce fe fro
64 typedef struct fe { uint32_t v[10]; } fe; typedef in typeref:struct:fe
[all...]
H A Dp256.c842 typedef uint64_t fe[NLIMBS]; typedef
848 typedef uint32_t fe[NLIMBS]; typedef
873 static void fe_sqr(fe out, const fe in) {
877 static void fe_tobytes(uint8_t out[NBYTES], const fe in) {
883 static void fe_frombytes(fe out, const uint8_t in[NBYTES]) {
892 static void fe_from_montgomery(fe x) {
899 static int BN_to_fe(fe out, const BIGNUM *bn) {
908 static BIGNUM *fe_to_BN(BIGNUM *out, const fe in) {
920 static void fe_inv(fe ou
[all...]
/external/strace/
H A Dfile_ioctl.c111 const struct fiemap_extent *fe = elem_buf; local
116 fe->fe_logical, fe->fe_physical, fe->fe_length);
118 printflags64(fiemap_extent_flags, fe->fe_flags,
232 struct fiemap_extent fe; local
235 args.fm_mapped_extents, &fe, sizeof(fe),
/external/syslinux/libinstaller/
H A Dsyslxcom.c182 struct fiemap_extent *fe; local
211 fe = fm->fm_extents;
214 !(fe[fm->fm_mapped_extents-1].fe_flags & FIEMAP_EXTENT_LAST))
218 if (fe->fe_flags & FIEMAP_EXTENT_LAST) {
220 fe->fe_length = (fe->fe_length + SECTOR_SIZE - 1)
224 if ((fe->fe_logical | fe->fe_physical| fe->fe_length) &
228 if (fe
[all...]
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp286 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
/external/toybox/toys/pending/
H A Dmodprobe.c289 FILE *fe = xfopen("modules.dep", "r"); local
291 while (read_line(fe, &line) > 0) {
308 fclose(fe);
317 FILE *fe = xfopen("modules.dep", "r"); local
319 for (; read_line(fe, &line) > 0; free(line)) {
345 fclose(fe);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp67 PTHEntryKeyVariant(const FileEntry *fe) : FE(fe), Kind(IsFE), Data(nullptr) {} argument
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_avx2.c51 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
55 fe = _mm_set1_epi8(0xfe);
66 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
426 const __m128i fe = _mm_set1_epi8(0xfe); local
438 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
H A Dloopfilter_sse2.c264 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
267 fe = _mm_set1_epi8(0xfe);
276 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
632 const __m128i fe = _mm_set1_epi8(0xfe); local
640 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
958 const __m128i fe = _mm_set1_epi8(0xfe); local
959 const __m128i ff = _mm_cmpeq_epi8(fe, fe);
971 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
1178 const __m128i fe local
1415 const __m128i fe = _mm_set1_epi8(0xfe); local
[all...]
/external/strace/tests/
H A Dbtrfs.c1256 struct fiemap_extent *fe; local
1257 fe = &fiemap->fm_extents[i];
1264 fe->fe_logical, fe->fe_physical,
1265 fe->fe_length);
1266 printflags(fiemap_extent_flags, fe->fe_flags,
/external/strace/tests-m32/
H A Dbtrfs.c1256 struct fiemap_extent *fe; local
1257 fe = &fiemap->fm_extents[i];
1264 fe->fe_logical, fe->fe_physical,
1265 fe->fe_length);
1266 printflags(fiemap_extent_flags, fe->fe_flags,
/external/strace/tests-mx32/
H A Dbtrfs.c1256 struct fiemap_extent *fe; local
1257 fe = &fiemap->fm_extents[i];
1264 fe->fe_logical, fe->fe_physical,
1265 fe->fe_length);
1266 printflags(fiemap_extent_flags, fe->fe_flags,
/external/libmtp/src/
H A Dptp-pack.c1456 ptp_unpack_Canon_FE (PTPParams *params, unsigned char* data, PTPCANONFolderEntry *fe) argument
1461 fe->ObjectHandle=dtoh32a(&data[PTP_cfe_ObjectHandle]);
1462 fe->ObjectFormatCode=dtoh16a(&data[PTP_cfe_ObjectFormatCode]);
1463 fe->Flags=dtoh8a(&data[PTP_cfe_Flags]);
1464 fe->ObjectSize=dtoh32a((unsigned char*)&data[PTP_cfe_ObjectSize]);
1465 fe->Time=(time_t)dtoh32a(&data[PTP_cfe_Time]);
1467 fe->Filename[i]=(char)dtoh8a(&data[PTP_cfe_Filename+i]);
1531 ptp_unpack_Canon_EOS_FE (PTPParams *params, unsigned char* data, PTPCANONFolderEntry *fe) argument
1535 fe->ObjectHandle=dtoh32a(&data[PTP_cefe_ObjectHandle]);
1536 fe
[all...]
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1423 milliseconds

12