Searched refs:modes (Results 1 - 25 of 160) sorted by relevance

1234567

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
H A DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c121 * parameters. The number of modes processed will be 2 *
137 * of the \c GL_UNSIGNED_INT_8_8_8_8 modes. The resulting mask values in the
162 * \param db_modes Array of buffer swap modes. If an element has a
181 * There is currently no way to support packed RGB modes (i.e., modes with
182 * exactly 3 bytes per pixel) or floating-point modes. This could probably
252 struct gl_config *modes; local
337 modes = &(*c)->modes;
340 memset(modes,
[all...]
H A Dutils.h47 struct gl_config modes; member in struct:__DRIconfigRec
/external/skia/include/effects/
H A DSkMergeImageFilter.h23 SkXfermode::Mode modes[2] = { mode, mode }; local
24 return SkNEW_ARGS(SkMergeImageFilter, (inputs, 2, modes, cropRect));
27 const SkXfermode::Mode modes[] = NULL,
29 return SkNEW_ARGS(SkMergeImageFilter, (filters, count, modes, cropRect));
37 const SkXfermode::Mode modes[],
48 // of the modes (unless the count is so large we can't fit).
/external/toybox/toys/lsb/
H A Dmknod.c30 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK}; local
43 if (mknod(toys.optargs[0], mode | modes[type], makedev(major, minor)))
/external/skia/gm/
H A Dimagefilters.cpp31 // want to force a layer, so modes like DstIn can combine meaningfully, but the final
59 const SkXfermode::Mode modes[] = { variable
63 for (size_t i = 0; i < SK_ARRAY_COUNT(modes); ++i) {
65 this->doDraw(canvas, modes[i], NULL);
67 this->doDraw(canvas, modes[i], imf);
/external/v8/tools/testrunner/local/
H A Dperfdata.py107 modes = self.stores[arch]
108 for mode in modes:
109 store = modes[mode]
117 modes = self.stores[arch]
118 if not mode in modes:
119 modes[mode] = PerfDataStore(self.datadir, arch, mode)
120 return modes[mode]
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp31 void SkMergeImageFilter::initModes(const SkXfermode::Mode modes[]) { argument
32 if (modes) {
36 fModes[i] = SkToU8(modes[i]);
44 const SkXfermode::Mode modes[],
48 this->initModes(modes);
118 SkAutoSTArray<4, SkXfermode::Mode> modes(count);
124 modes[i] = (SkXfermode::Mode)modes8[i];
125 buffer.validate(SkIsValidMode(modes[i]));
130 return Create(common.inputs(), count, modes.get(), &common.cropRect());
43 SkMergeImageFilter(SkImageFilter* filters[], int count, const SkXfermode::Mode modes[], const CropRect* cropRect) argument
/external/clang/test/CodeGen/
H A Dbuiltin-memfns.c71 int modes[4]; member in struct:PS
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
/external/mesa3d/src/egl/main/
H A Deglmode.h67 const EGLint *attrib_list, EGLModeMESA *modes,
73 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
/external/mesa3d/src/mesa/main/
H A Dquerymatrix.c116 } modes[] = { local
134 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); i++) {
135 if (modes[i].currentMode == currentMode) {
136 desiredMatrix = modes[i].desiredMatrix;
/external/mesa3d/src/glx/
H A Dvertarr.c137 static const modes[14][4] = { local
184 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
185 size += modes[idx][i].size;
194 __indirect_glTexCoordPointer(modes[idx][0].count, GL_FLOAT,
199 __indirect_glColorPointer(modes[idx][1].count, modes[idx][1].type,
209 __indirect_glVertexPointer(modes[idx][3].count, GL_FLOAT,
H A Ddri_common.h51 struct glx_config * modes,
H A Drenderpix.c73 * \param modes Pointer to the pixel unpack data
84 GLubyte * pc, GLubyte * modes)
93 /* Apply pixel store unpack modes to copy data into buf */
96 src, buf, modes);
100 (void) memcpy(modes, __glXDefaultPixelStore + 4, 20);
103 (void) memcpy(modes, __glXDefaultPixelStore + 0, 36);
160 /* Setup default store modes */
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid * src, GLubyte * pc, GLubyte * modes) argument
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java76 // Array of supported display modes
77 private DisplayMode[] modes = null; field in class:SettingsDialog
158 modes = device.getDisplayModes();
159 Arrays.sort(modes, new DisplayModeSorter());
455 * <code>setUpChooser</code> retrieves all available display modes and
459 * @return the combo box of display modes.
462 String[] res = getResolutions(modes);
485 String modes[] = {"NULL", "JOGL-OpenGL1", "LWJGL-OpenGL2", "LWJGL-OpenGL3", "LWJGL-OpenGL3.1"};
486 JComboBox nameBox = new JComboBox(modes);
511 String[] depths = getDepths(resolution, modes);
577 getResolutions(DisplayMode[] modes) argument
594 getDepths(String resolution, DisplayMode[] modes) argument
625 getFrequencies(String resolution, DisplayMode[] modes) argument
[all...]
/external/libopus/
H A Dcelt_sources.mk13 celt/modes.c \
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_capa.c910 struct hostapd_hw_modes *modes; member in struct:phy_info_arg
1101 mode = os_realloc_array(phy_info->modes,
1106 phy_info->modes = mode;
1108 mode = &phy_info->modes[*(phy_info->num_modes)];
1129 mode = &phy_info->modes[*(phy_info->num_modes) - 1];
1177 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, argument
1184 /* heuristic to set up modes */
1186 if (!modes[m].num_channels)
1188 if (modes[m].channels[0].freq < 4000) {
1189 modes[
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c910 struct hostapd_hw_modes *modes; member in struct:phy_info_arg
1101 mode = os_realloc_array(phy_info->modes,
1106 phy_info->modes = mode;
1108 mode = &phy_info->modes[*(phy_info->num_modes)];
1129 mode = &phy_info->modes[*(phy_info->num_modes) - 1];
1177 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, argument
1184 /* heuristic to set up modes */
1186 if (!modes[m].num_channels)
1188 if (modes[m].channels[0].freq < 4000) {
1189 modes[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c910 struct hostapd_hw_modes *modes; member in struct:phy_info_arg
1101 mode = os_realloc_array(phy_info->modes,
1106 phy_info->modes = mode;
1108 mode = &phy_info->modes[*(phy_info->num_modes)];
1129 mode = &phy_info->modes[*(phy_info->num_modes) - 1];
1177 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes, argument
1184 /* heuristic to set up modes */
1186 if (!modes[m].num_channels)
1188 if (modes[m].channels[0].freq < 4000) {
1189 modes[
[all...]
/external/libdrm/tests/modeprint/
H A Dmodeprint.c49 int modes; variable
197 if (modes) {
199 mode = (struct drm_mode_modeinfo *)&connector->modes[i];
339 modes = 0;
354 modes = 1;
355 } else if (strcmp(argv[i], "-modes") == 0) {
357 modes = 1;
360 modes = 1;
374 modes = 1;
386 modes
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java1 package org.bouncycastle.crypto.modes;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DTwofish.java12 import org.bouncycastle.crypto.modes.CBCBlockCipher;
14 // import org.bouncycastle.crypto.modes.GCMBlockCipher;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h86 x11_context_modes_destroy(__GLcontextModes *modes);
89 x11_context_modes_count(const __GLcontextModes *modes);
/external/guava/guava/src/com/google/common/io/
H A DFiles.java179 * given {@code modes} control how the file is opened for writing. When no
186 public static ByteSink asByteSink(File file, FileWriteMode... modes) { argument
187 return new FileByteSink(file, modes);
193 private final ImmutableSet<FileWriteMode> modes; field in class:Files.FileByteSink
195 private FileByteSink(File file, FileWriteMode... modes) { argument
197 this.modes = ImmutableSet.copyOf(modes);
202 return new FileOutputStream(file, modes.contains(APPEND));
207 return "Files.asByteSink(" + file + ", " + modes + ")";
223 * file using the given character set. The given {@code modes} contro
231 asCharSink(File file, Charset charset, FileWriteMode... modes) argument
284 private static FileWriteMode[] modes(boolean append) { method in class:Files
[all...]

Completed in 1910 milliseconds

1234567