/external/kernel-headers/original/uapi/drm/ |
amdgpu_drm.h | 10 * to deal in the Software without restriction, including without limitation 15 * The above copyright notice and this permission notice shall be included in 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 24 * OTHER DEALINGS IN THE SOFTWARE. 82 /* Flag that the memory should be in VRAM and cleared */ 92 /** physical start_addr alignment in bytes for some HW requirements */ 107 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create 115 /** Opcode to update resource information in the list * 145 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list 189 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx 266 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap 287 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle 308 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs 334 struct drm_amdgpu_wait_fences_in in; member in union:drm_amdgpu_wait_fences 416 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs [all...] |
/external/kernel-headers/original/uapi/linux/ |
coda.h | 16 shown in the file LICENSE, or under the license shown below. The 17 technical and financial contributors to Coda are listed in the file 33 notice and this permission notice appear in all copies of the 35 thereof, and that both notices appear in supporting documentation, and 36 that credit is given to Carnegie Mellon University in all documents 42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON 147 /* these are to find mode bits in Venus */ 166 u_int8_t d_namlen; /* length of string in d_name */ 221 u_quad_t va_size; /* file size in bytes */ 317 struct coda_in_hdr in; member in struct:coda_root_in 637 struct coda_in_hdr in; member in struct:coda_statfs_in 716 void __user *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl [all...] |
/external/kmod/tools/ |
depmod.c | 11 * This program is distributed in the hope that it will be useful, 50 static const char CFG_BUILTIN_KEY[] = "built-in"; 140 * This program is distributed in the hope that it will be useful, 149 /* see documentation in libkmod/libkmod-index.c */ 163 /* In-memory index (depmod only) */ 175 INDEX_NODE_FLAGS = 0xF0000000, /* Flags in high nibble */ 334 (post-order means you go backwards in the file as you descend the tree). 796 char *uncrelpath; /* same as relpath but ending in .ko */ 804 uint16_t idx; /* index in depmod->modules.array */ 1006 * actually correct to use modnamelen in the first and modnamesz i 2117 FILE *in; local [all...] |
/external/libdrm/include/drm/ |
amdgpu_drm.h | 10 * to deal in the Software without restriction, including without limitation 15 * The above copyright notice and this permission notice shall be included in 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 24 * OTHER DEALINGS IN THE SOFTWARE. 80 /* Flag that the memory should be in VRAM and cleared */ 86 /** physical start_addr alignment in bytes for some HW requirements */ 101 struct drm_amdgpu_gem_create_in in; member in union:drm_amdgpu_gem_create 109 /** Opcode to update resource information in the list * 139 struct drm_amdgpu_bo_list_in in; member in union:drm_amdgpu_bo_list 183 struct drm_amdgpu_ctx_in in; member in union:drm_amdgpu_ctx 260 struct drm_amdgpu_gem_mmap_in in; member in union:drm_amdgpu_gem_mmap 281 struct drm_amdgpu_gem_wait_idle_in in; member in union:drm_amdgpu_gem_wait_idle 302 struct drm_amdgpu_wait_cs_in in; member in union:drm_amdgpu_wait_cs 384 struct drm_amdgpu_cs_in in; member in union:drm_amdgpu_cs [all...] |
/external/libpng/contrib/libtests/ |
pngstest.c | 6 * Last changed in libpng 1.6.24 [August 4, 2016] 10 * and license in png.h 39 * a skipped test, in earlier versions we need to succeed on a skipped test, so: 83 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and 92 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR 93 * bit-20. The top 1 bit is in u1, the bottom 32 are in u0. 98 /* First generate 8 new bits then shift them in at the end. */ 151 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion. 235 /* The error that results from using a 2.2 power law in place of the correc 3671 unsigned int in; local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_intrin_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 21 static INLINE void load_buffer_4x4(const int16_t *input, __m128i *in, 27 in[0] = _mm_loadl_epi64((const __m128i *)(input + 0 * stride)); 28 in[1] = _mm_loadl_epi64((const __m128i *)(input + 1 * stride)); 29 in[2] = _mm_loadl_epi64((const __m128i *)(input + 2 * stride)); 30 in[3] = _mm_loadl_epi64((const __m128i *)(input + 3 * stride)) 156 __m128i in[4]; local 214 __m128i *in[8]; local 1133 __m128i in[8]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 19 __m128i in[2]; local 22 in[0] = load_input_data(input); 23 in[1] = load_input_data(input + 8); 24 idct4_sse2(in); 27 idct4_sse2(in); 994 __m128i in[16], l[16], r[16], *curr1; local 1060 in[0] = _mm_add_epi16(stp2_0, stp1_15); local 1955 __m128i in[16], l[16]; local 2142 in[0] = _mm_add_epi16(stp2_0, stp1_15); local 2841 __m128i in[32], col[32]; local 2906 in[0] = _mm_add_epi16(stp1_0, stp1_31); local 3004 __m128i in[32], col[128], zero_idx[16]; local 3180 in[0] = _mm_add_epi16(stp1_0, stp1_31); local [all...] |
/external/libxml2/ |
runtest.c | 98 const char *in; /* glob to path for input files */ member in struct:testDesc 117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ 319 /* calculate the error position in terms of the current position */ 924 * The default behaviour is to NOT resolve the entities, in that case 925 * the ENTITY_REF nodes are built in the structure (and the parameter 1127 * Everything is available on the context, so this is useless in our case. 1255 * @start: the first char in the string [all...] |
/external/pcre/dist2/src/ |
pcre2grep.c | 7 and native z/OS systems it can recurse into directories, and in z/OS it can 10 Note that for native z/OS, in addition to defining the NATIVE_ZOS macro, an 11 additional header is required. That header is not included in the main PCRE2 13 The header can be found in the special z/OS distribution, which is available 19 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 26 notice, this list of conditions and the following disclaimer in the 36 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 40 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 42 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH 1814 FILE *in = NULL; \/* Ensure initialized *\/ local 2420 FILE *in = NULL; \/* Ensure initialized *\/ local [all...] |
/external/protobuf/conformance/third_party/jsoncpp/ |
jsoncpp.cpp | 13 The author (Baptiste Lepilleur) explicitly disclaims copyright in all 14 jurisdictions which recognize such a disclaimer. In such jurisdictions, 17 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of 21 In jurisdictions which recognize Public Domain property, the user of this 27 described in clear, concise terms at: 38 files (the "Software"), to deal in the Software without 45 included in all copies or substantial portions of the Software. 50 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 51 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 52 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3837 InArgs in; local [all...] |
/external/selinux/libsepol/cil/src/ |
cil_build_ast.c | 4 * Redistribution and use in source and binary forms, with or without 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 * this list of conditions and the following disclaimer in the documentation 16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 25 * The views and conclusions contained in the software and documentation are those 55 struct cil_tree_node *in; member in struct:cil_args_build 126 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key); 305 struct cil_in *in = NULL local 5924 struct cil_tree_node *in = NULL; local [all...] |
cil_resolve_ast.c | 4 * Redistribution and use in source and binary forms, with or without 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 * this list of conditions and the following disclaimer in the documentation 16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 25 * The views and conclusions contained in the software and documentation are those 775 cil_tree_log(current, CIL_ERR, "Too many permissions in class '%s' when including common permissions", class->datum.name); 1093 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node)); 2424 struct cil_in *in = current->data; local 2465 struct cil_in *in = NULL; local [all...] |
/external/toybox/toys/pending/ |
xzcat.c | 31 * is still possible in multi-call mode by simply 35 * which is not used in the kernel. Unsupported 47 * compression options. In the decoder this means 76 * @in: Beginning of the input buffer. This may be NULL if and only 78 * @in_pos: Current position in the input buffer. This must not exceed 83 * @out_pos: Current position in the output buffer. This must not exceed 91 const uint8_t *in; member in struct:xz_buf 111 * in practice), so other values for dict_max don't make sense. 112 * In the kernel, dictionary sizes of 64 KiB, 128 KiB, 256 KiB, 137 * Note that if an error occurs in single-call mode (return value is no 193 static uint8_t in[BUFSIZ]; variable 1265 const uint8_t *in; member in struct:rc_dec [all...] |
/external/webp/src/dsp/ |
dec_neon.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 90 uint32x4x4_t in; local 91 INIT_VECTOR4(in, zero, zero, zero, zero); 93 LOADQ_LANE_32b(in.val[0], 0); 94 LOADQ_LANE_32b(in.val[1], 0); 95 LOADQ_LANE_32b(in.val[2], 0) [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 6 ** you may not use this file except in compliance with the License. 11 ** Unless required by applicable law or agreed to in writing, software 76 // Note: the following macro is used for extremely verbose logging message. In 112 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off 120 // The service is within our parent process so it can never die in a way that we could observe. 177 // in bad state, reset the state upon service start. 576 // If pid is already in the mClients wp<> map, then use that entry 877 // Set master volume in the HALs which support it. 889 // Now set the master volume in each playback thread. Playback threads 2441 AudioStreamIn *in = mmapThread->clearInput(); local 2452 AudioStreamIn *in = thread->clearInput(); local [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 595 "Early EOF encountered in skip, not enough pixel data for image of size %u", 601 "Error encountered while skip bytes in input stream."); 843 ALOGE("%s: moveEntries failed, entry %u not found in IFD %u", __FUNCTION__, tagId, 929 * For each color plane, find the corresponding noise profile coefficients given in the 930 * per-channel noise profile. If multiple channels in the CFA correspond to a color in the color 936 * numChannels - the number of noise profile coefficient pairs and color channels given in 938 * planeColors - the color planes in the noise profile output 2301 sp<JniInputStream> in = new JniInputStream(env, inStream); local [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 250 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production 292 // User confirmation timeout for a full backup/restore operation. It's this long in 350 // in succession. Bind notifications are asynchronously delivered through the 380 // cached elsewhere in the system. 489 public int pmToken; // in post-install restore, the PM's token for this transaction 586 public String curPassword; // filled in by the confirmation step 651 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation 652 // token is the index of the entry in the pending-operations list 1257 DataInputStream in = null; local 1277 DataInputStream in = null; local 1501 DataInputStream in = null; local 1638 DataInputStream in = null; local 3345 BackupDataInput in = new BackupDataInput(readFd.getFileDescriptor()); local 3724 DataInputStream in = new DataInputStream(raw); local 4867 FileInputStream in = new FileInputStream( local 6394 DataInputStream in = new DataInputStream(bin); local 7204 final InputStream in; local 7944 DataInputStream in = new DataInputStream(bin); local 9098 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); local [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 125 // Length of time (in milliseconds) that an app hosting an always-on VPN is placed on 162 * List of UIDs that are set to use this VPN by default. Normally, every UID in the user is 185 // Listen to package remove and change event in this user 203 + " in user " + mUserHandle); 305 * In order to support the always-on feature, an app has to 356 * <p>The designated package should exist and declare a {@link VpnService} in its 362 * method in {@link android.net.IConnectivityManager#setAlwaysOnVpnPackage}. 438 // Protected intent can only be sent by system. No permission required in register 1917 InputStream in = mSockets[i].getInputStream(); local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 66 /* ToDo: Check and update a proper value in msec */ 367 static void register_in_stream(struct stream_in *in) 369 struct audio_device *adev = in->dev; 374 in->capture_handle, 375 in->flags); 380 if (in->realtime) { 382 in->capture_handle, 383 in->pcm 3086 struct stream_in *in = (struct stream_in *)stream; local 3098 struct stream_in *in = (struct stream_in *)stream; local 3105 struct stream_in *in = (struct stream_in *)stream; local 3112 struct stream_in *in = (struct stream_in *)stream; local 3123 struct stream_in *in = (struct stream_in *)stream; local 3166 struct stream_in *in = (struct stream_in *)stream; local 3188 struct stream_in *in = (struct stream_in *)stream; local 3254 struct stream_in *in = (struct stream_in *)stream; local 3288 struct stream_in *in = (struct stream_in *)stream; local 3323 struct stream_in *in = (struct stream_in *)stream; local 3430 struct stream_in *in = (struct stream_in *)stream; local 3451 struct stream_in *in = (struct stream_in *)stream; local 3512 struct stream_in *in = (struct stream_in *)stream; local 3530 struct stream_in *in = (struct stream_in *)stream; local 3553 struct stream_in *in = (struct stream_in *)stream; local 3651 struct stream_in *in = (struct stream_in *)stream; local 4287 struct stream_in *in; local 4536 struct stream_in *in = (struct stream_in *)stream; local 4628 struct stream_in in; local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_enc.h | 169 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 171 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_vidc_enc.h | 174 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 175 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_vidc_enc.h | 174 void __user * in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 175 void __user *in; member in struct:venc_ioctl_msg
|