HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1026 - 1050 of 2162) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 8 * "Software"), to deal in the Software without restriction, including
15 * next paragraph) shall be included in all copies or substantial portions
21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69 * in this case, u_format is used to do a full conversion
71 * this value is set to the format size in bytes if output_format == input_format or for 32-bit instance ids:
72 * in this case, memcpy is used to copy this amount of bytes
99 SRCTYPE *in = (SRCTYPE *)attrib;
241 float *in = (float *)attrib; local
252 float *in = (float *)attrib; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
271 BasicBlock *in = BasicBlock::get(ei.getNode()); local
273 if (in->cfg.visit(seq))
274 buildDefSetsPreSSA(in, seq);
276 bb->defSet |= in->defSet
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 10 * to deal in the Software without restriction, including without limitation
16 * in all copies or substantial portions of the Software.
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47 * non-indexed primitives may be converted to indexed in some cases
48 * (eg loops, fans) in order to use this splitting path.
82 GLuint in; member in struct:copy_context::__anon31771
89 GLuint dstbuf_size; /**< in vertices *
    [all...]
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 173 for (Invocation in : ins) {
174 if (in.stubInfo() != null) {
175 in.ignoreForVerification();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.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
120 InputStream in = socket.getInputStream(); local
121 FrameReader reader = variant.newReader(Okio.buffer(Okio.source(in)), client);
  /external/openssl/apps/
pkcs12.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
90 int cert_load(BIO *in, STACK_OF(X509) *sk)
100 BIO *in=NULL, *out = NULL; local
    [all...]