HomeSort by relevance Sort by last modified time
    Searched refs:et (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/e2fsprogs/lib/et/test_cases/
continuation.c 40 struct et_list *et, **end; local
42 for (end = list, et = *list; et; end = &et->next, et = et->next)
43 if (et->table->msgs == text)
45 et = malloc(sizeof(struct et_list));
46 if (et == 0) {
48 et = &link
    [all...]
heimdal3.c 41 struct et_list *et, **end; local
43 for (end = list, et = *list; et; end = &et->next, et = et->next)
44 if (et->table->msgs == text)
46 et = malloc(sizeof(struct et_list));
47 if (et == 0) {
49 et = &link
    [all...]
imap_err.c 69 struct et_list *et, **end; local
71 for (end = list, et = *list; et; end = &et->next, et = et->next)
72 if (et->table->msgs == text)
74 et = malloc(sizeof(struct et_list));
75 if (et == 0) {
77 et = &link
    [all...]
simple.c 61 struct et_list *et, **end; local
63 for (end = list, et = *list; et; end = &et->next, et = et->next)
64 if (et->table->msgs == text)
66 et = malloc(sizeof(struct et_list));
67 if (et == 0) {
69 et = &link
    [all...]
heimdal.c 121 struct et_list *et, **end; local
123 for (end = list, et = *list; et; end = &et->next, et = et->next)
124 if (et->table->msgs == text)
126 et = malloc(sizeof(struct et_list));
127 if (et == 0) {
129 et = &link
    [all...]
heimdal2.c 11 N_("$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $"),
107 struct et_list *et, **end; local
109 for (end = list, et = *list; et; end = &et->next, et = et->next)
110 if (et->table->msgs == text)
112 et = malloc(sizeof(struct et_list));
113 if (et == 0)
    [all...]
continuation.h 6 #include <et/com_err.h>
heimdal3.h 6 #include <et/com_err.h>
  /external/e2fsprogs/lib/ss/
ss_err.c 51 struct et_list *et, **end; local
53 for (end = list, et = *list; et; end = &et->next, et = et->next)
54 if (et->table->msgs == text)
56 et = malloc(sizeof(struct et_list));
57 if (et == 0) {
59 et = &link
    [all...]
  /external/e2fsprogs/lib/support/
prof_err.c 70 struct et_list *et, **end; local
72 for (end = list, et = *list; et; end = &et->next, et = et->next)
73 if (et->table->msgs == text)
75 et = malloc(sizeof(struct et_list));
76 if (et == 0) {
78 et = &link
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 92 struct et_list *et, **end; local
96 for (end = list, et = *list; et; end = &et->next, et = et->next)
97 if (et->table->msgs == messages)
102 et = &f->etl;
103 et->table = tab = &f->tab;
107 et->next = NULL
    [all...]
init_et.c 30 struct error_table et; member in struct:foobar
45 new_et->etl.table = &new_et->et;
46 new_et->et.msgs = msgs;
47 new_et->et.base = base;
48 new_et->et.n_msgs= count;
error_message.c 120 struct et_list *et; local
142 for (et = _et_list; et; et = et->next) {
143 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) {
145 if (et->table->n_msgs <= offset) {
148 const char *msg = et->table->msgs[offset];
157 for (et = _et_dynamic_list; et; et = et->next)
    [all...]
com_err.h 49 extern errcode_t add_error_table(const struct error_table * et);
50 extern errcode_t remove_error_table(const struct error_table * et);
60 extern void free_error_table(struct et_list *et);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
etbt.d 4 # Test the et, bt registers
9 0+0000 <[^>]*> c9b1883a add et,bt,r6
10 0+0004 <[^>]*> c9b1883a add et,bt,r6
etbt.s 4 add et, bt, r6
  /external/icu/android_icu4j/src/main/java/android/icu/util/
STZInfo.java 25 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) {
29 this.et = et;
49 stz.setEndRule(em, edwm, edw, et);
51 stz.setEndRule(em, edm, et);
53 stz.setEndRule(em, edm, edw, et, ea);
73 stz.setEndRule(em, edwm, edw, et);
75 stz.setEndRule(em, edm, et);
77 stz.setEndRule(em, edm, edw, et, ea);
85 int em = -1, edwm, edw, et, edm field in class:STZInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
STZInfo.java 24 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) {
28 this.et = et;
48 stz.setEndRule(em, edwm, edw, et);
50 stz.setEndRule(em, edm, et);
52 stz.setEndRule(em, edm, edw, et, ea);
72 stz.setEndRule(em, edwm, edw, et);
74 stz.setEndRule(em, edm, et);
76 stz.setEndRule(em, edm, edw, et, ea);
84 int em = -1, edwm, edw, et, edm field in class:STZInfo
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h 40 * \param et elimination tree
46 void SparseLUImpl<Scalar,StorageIndex>::heap_relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
51 internal::treePostorder(StorageIndex(n), et, post); // Post order etree local
60 iwork(post(i)) = post(et(i));
62 et_save = et; // Save the original etree
63 et = iwork;
71 parent = et(j);
83 parent = et(j);
88 parent = et(j);
120 et = et_save;
    [all...]
SparseLU_relax_snode.h 41 * \param et elimination tree
47 void SparseLUImpl<Scalar,StorageIndex>::relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
56 parent = et(j);
64 parent = et(j);
69 parent = et(j);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltm.h 41 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \
42 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
44 #define fasttm(l,et,e) gfasttm(G(l), et, e)
  /external/skia/third_party/lua/src/
ltm.h 41 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \
42 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
44 #define fasttm(l,et,e) gfasttm(G(l), et, e)
  /external/syslinux/com32/lua/src/
ltm.h 41 #define gfasttm(g,et,e) ((et) == NULL ? NULL : \
42 ((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
44 #define fasttm(l,et,e) gfasttm(G(l), et, e)
  /packages/apps/Calendar/src/com/android/calendar/
QuickResponseSettings.java 55 EditTextPreference et = new EditTextPreference(getActivity()); local
56 et.setDialogTitle(R.string.quick_response_settings_edit_title);
57 et.setTitle(response); // Display Text
58 et.setText(response); // Value to edit
59 et.setOnPreferenceChangeListener(this);
60 mEditTextPrefs[i++] = et;
61 ps.addPreference(et);
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 217 struct et_list *et, **end; local
219 for (end = list, et = *list; et; end = &et->next, et = et->next)
220 if (et->table->msgs == text)
222 et = malloc(sizeof(struct et_list));
223 if (et == 0) {
225 et = &link
    [all...]

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 910