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

  /bootable/recovery/
common.h 41 #define EXPAND(x) STRINGIFY(x)
install.cpp 127 args[1] = EXPAND(RECOVERY_API_VERSION); // defined in Android.mk
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 29 #define EXPAND(a) ((((Word32)(a&0xff00)) << 8)|(Word32)(a&0xff))
67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
70 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4]);
71 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t2+4][t3+4]);
79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]);
81 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t0][t1]);
82 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t2][t3]);
84 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t0][t1]);
85 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t2][t3]);
143 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4])
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 96 hMuteButs.Add(self.btnMuteAll, 1, wx.EXPAND)
97 hMuteButs.Add(self.btnUnMuteAll, 1, wx.EXPAND)
98 hMuteButs.Add(self.btnMuteOrg, 1, wx.EXPAND)
100 vMuteButs.Add(self.trackList, 1, wx.EXPAND)
102 vMuteButs.Add(hMuteButs, 0, wx.EXPAND)
107 hSegButs.Add(self.btnQueue, 1, wx.EXPAND)
108 hSegButs.Add(self.btnCancelNQueue, 1, wx.EXPAND)
110 vSegButs.Add(self.segList, 1, wx.EXPAND)
112 vSegButs.Add(hSegButs, 0, wx.EXPAND)
118 hQueueButs.Add(self.btnQueueCancelCurrent, 1, wx.EXPAND)
    [all...]
JetCreator.py 192 vboxLeft.Add(leftTopPanel, 1, wx.EXPAND)
193 vboxLeft.Add(leftBotPanel, 1, wx.EXPAND)
202 vboxRight.Add(self.segList, 4, wx.EXPAND | wx.TOP, BORDER)
204 vboxRight.Add(self.eventList, 3, wx.EXPAND | wx.TOP, BORDER)
206 vboxRight.Add(self.log, 0, wx.EXPAND)
208 vboxRight.Add(self.graph, 1, wx.EXPAND)
213 hboxMain.Add(leftPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT, BORDER)
214 hboxMain.Add(rightPanel, 1, wx.EXPAND)
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 99 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
101 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
103 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
105 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
107 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
109 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
111 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
113 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
115 EXPAND_FROM_MEM, X86ISD::EXPAND, 0),
117 EXPAND_FROM_MEM, X86ISD::EXPAND, 0)
    [all...]
X86ISelLowering.h 397 // Compress and expand
399 EXPAND,
606 /// specified type to expand memcpy / memset inline. This is mostly true
    [all...]
X86ISelLowering.cpp 160 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
161 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
162 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
163 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
164 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
165 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
167 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
170 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
171 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
172 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/openssh/
blocks.c 52 #define EXPAND \
140 EXPAND
159 EXPAND
178 EXPAND
197 EXPAND
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java     [all...]
  /external/libpng/contrib/libtests/
pngimage.c 137 T(EXPAND, NONE, P, X, ALL, R),
139 * Note that the 'EXPAND' transform does lots of different things: */
140 T(EXPAND, NONE, X, C, ALL, R),
142 T(EXPAND, tRNS, X, A, ALL, R),
217 * 'EXPAND' to happen. Low bit depth grayscale images are expanded to
    [all...]
  /external/mksh/src/
edit.c 324 * if we have a directory part (the former), try to expand
329 /* try to expand the tilde */
334 /* ok, expand and replace */
400 expand(yylval.cp, &w, nwords);
409 /* Expand any tilde and drop all QCHAR for comparison */
633 * just expand based on the extglob
651 * Expand (glob) it now.
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1039 milliseconds